HT/FT odds API

Half time / full time odds API

Structured half time / full time odds for UK football, covering all nine result combinations across major bookmakers.

Typical HT/FT workflow
Find the fixture
Pull halves / HTFT markets

Half time / full time odds sit within the main match markets, so package=core gives you the standard combinations, with package=full adding deeper variations where bookmakers offer them.

WHY HALF TIME / FULL TIME ODDS

Built for teams that turn matches around, or fall away

Half time / full time odds capture how a match swings across the two halves, rewarding punters who correctly call a comeback, a fade, or a result that holds firm from start to finish. That makes the market popular for value hunting, since bookmakers price the nine outcome combinations differently based on how they weight in-game momentum. Anyone building tools around this market needs clean, structured odds rather than manually reading combined prices off a bookmaker page. The right data feed lets you compare, track, and flag these combinations at scale instead of one match at a time.

Comparison tables

Show punters how Bet365, Sky Bet, Paddy Power and other UK bookmakers price the same half time / full time combination side by side. Highlighting the best odds on combinations like Draw/Home or Away/Draw is far more useful than listing one bookmaker's line.

Comeback and fade alerts

Trigger notifications when odds shift on combinations that imply a team trailing at half time is expected to turn the match around. This suits users who specifically hunt second-half turnaround value rather than standard match result bets.

Tipster and prediction tools

Feed half time / full time prices into models that assess a team's tendency to start slowly or finish strongly across a season. Tipsters can back this with historical patterns rather than gut feel.

Research and content

Track how often specific combinations land for a club or league, and use that alongside current odds to write informed preview content. This is the kind of detail that generic match result data cannot provide on its own.

Where UK Odds API fits

Half time / full time odds, ready to query

Half time / full time prices are returned as part of fixture odds alongside other match markets, with best odds available so you always know which UK bookmaker is offering the strongest price on each combination. You can pull a single fixture or scan an upcoming round, and filter down to just this market when that is all you need.

Endpoints for HT/FT odds

Halves-group discovery and odds fetch.

GET /v1/football/events?schedule_date=YYYY-MM-DD&has_odds=true&per_page=10

GET /v1/football/events/EVENT_ID/markets?group=halves

GET /v1/football/events/EVENT_ID/odds?package=core&odds_format=decimal

GET /v1/football/events/EVENT_ID/odds/best?odds_format=decimal

Replace EVENT_ID with an event_id from the events response.

Example HT/FT shape

Half/full combinations with decimal odds.

{
  "event_id": "evt_123",
  "odds_format": "decimal",
  "markets": [
    {
      "key": "ht_ft",
      "name": "Half Time/Full Time",
      "outcomes": [
        { "name": "Home/Home", "odds": 3.40, "bookmaker_code": "UO004" },
        { "name": "Draw/Away", "odds": 15.0, "bookmaker_code": "UO022" }
      ]
    }
  ]
}

What you can build

What you can build with half time / full time data

Punters use this market for specific bets on how a match unfolds across both halves, so tools that surface it clearly stand out from generic odds comparison sites. You can build a dedicated half time / full time comparison page, a turnaround alert service that flags shifting comeback odds, or a research dashboard that pairs historical half-by-half results with live prices. Because the market has nine distinct outcomes, presenting it well, rather than just listing raw numbers, is where real value gets added for users.

Built for halves markets

Add half time / full time markets to your product

Structured UK odds across the full nine-way combination, ready for comparison sites, alert tools and tipster platforms.

Bookmakers covered

Half time / full time odds from Bet365, Sky Bet, Paddy Power and other UK bookmakers, updated across the football calendar.

Pricing

Plans for half time / full time odds access

Core covers the standard half time / full time combinations across main match markets, while Full adds deeper variations for bookmakers that offer them. Choose based on how much detail your product needs around this specific market.

Starter

£79/month

Billed today · no trial

For prototypes and early builds

  • 10 UK bookmakers
  • Core markets only Main match odds such as match winner, over/under, both teams to score, double chance, draw no bet, and handicaps.
  • 1,000 requests/hour
  • Email support

Business

£359/month

Billed today · no trial

For arbitrage tools and revenue-generating systems

  • 34 UK bookmakers
  • Core markets Main match odds such as match winner, over/under, both teams to score, double chance, draw no bet, and handicaps.
  • Advanced markets Deeper betting markets such as corners, cards, team props, player props, specials, and bookmaker-specific markets.
  • 20,000 requests/hour
  • Arbitrage API included
  • Specials Football specials: markets on topics like next manager, transfers, and awards.
  • Historical odds
  • Price boosts Promotional boosted odds on selected markets and outcomes — e.g. enhanced player props and match combos. Single-event and batch endpoints available.
  • Bet builders Bookmaker-published multi-leg bets for one match — e.g. BTTS + corners + cards.

FAQ

Half time/full time odds API - FAQ

Is HT/FT in package=core?

Half time/full time and related half markets are part of the core catalog on many fixtures.

Which bookmakers are included?

Major UK bookmakers including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex.

Can I try the API before I pay?

Yes. Create an account, subscribe to a plan, and explore endpoints in the OpenAPI playground at api.ukoddsapi.com/docs.

Tutorials

Guides for halves markets.

Odds and tipster patterns.