Over/under odds API

Over/under odds API for UK football

Structured over/under odds for UK football, covering goals totals from 0.5 to 5.5 across the Premier League and beyond, pulled from multiple UK bookmakers in one consistent feed.

Typical totals workflow
Find the fixture
Pull goals / totals markets

Over/under lines sit within fixture odds and are included in the core package for main totals, with the full package adding deeper alternative lines.

Over/under odds API

Why you need structured over/under data

Over/under betting is one of the most heavily traded markets in UK football, and odds move constantly as team news, injuries and weather come through. Anyone building a comparison tool, alert system or model needs those totals lines in a clean, structured format rather than scraped off bookmaker pages. Manually checking Bet365, Sky Bet and Paddy Power for the best 2.5 goals line wastes time and misses fast-moving prices. A proper feed lets you track how over/under odds shift across bookmakers and act on the differences before they close.

Odds comparison tables

Show users the best available over/under price for each goals line side by side across UK bookmakers. This is the single most requested feature for any goals-focused betting tool.

Line movement alerts

Track when a 2.5 or 3.5 goals line shifts significantly and notify users before the market settles. Sudden movement often signals team news or sharp money worth acting on.

Tipster and model tools

Feed historical and live over/under odds into statistical models that predict goal totals. Consistent data across fixtures makes backtesting and staking plans far more reliable.

Research and content sites

Publish accurate over/under odds tables and match previews without manually copying numbers from bookmaker sites. Fresh, structured data keeps content trustworthy and up to date.

Where UK Odds API fits

Where over/under odds come from

Over/under prices are part of the standard fixture odds returned for each match, alongside other match markets, so you are not stitching together separate data sources. They are grouped with related totals markets, making it straightforward to pull every goals line for a fixture in one call. Best odds figures are also available, showing which UK bookmaker currently offers the top price for a given line. This keeps the data practical for comparison and alerting rather than just a raw price dump.

Endpoints for over/under odds

Fixtures, goals markets, then odds.

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

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

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 totals market shape

Over/under selections with bookmaker codes.

{
  "event_id": "evt_123",
  "odds_format": "decimal",
  "markets": [
    {
      "key": "total_goals",
      "name": "Total Goals Over/Under",
      "outcomes": [
        { "name": "Over 2.5", "odds": 1.90, "bookmaker_code": "UO004" },
        { "name": "Under 2.5", "odds": 1.95, "bookmaker_code": "UO022" }
      ]
    }
  ]
}

What you can build

What you can build with over/under odds

With reliable over/under data you can build a live odds comparison page focused purely on goals markets, letting users pick the best 1.5, 2.5 or 3.5 line across bookmakers in seconds. You can build alerting tools that ping users when a totals line moves past a threshold, useful for spotting value before kick off. Tipster platforms can use the same data to publish transparent, verifiable picks on goals markets. Research tools and betting content sites can automate previews that stay accurate without manual price checking.

Built for totals products

Stop chasing goals lines across bookmaker sites

Get UK over/under odds in one structured feed and build the comparison, alert or research tool you actually need.

Bookmakers covered

Over/under odds from Bet365, Sky Bet, Paddy Power and other major UK bookmakers, updated across the football calendar.

Pricing

Pricing for over/under odds access

Core plans cover the main goals totals lines used by most betting tools. Full plans add deeper alternative lines for advanced models and niche markets.

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

Over/under odds API - FAQ

Is over/under in package=core?

Yes. Main total goals markets are part of core. Use full when you also need advanced depth.

Can I filter to one total line?

Yes. Use market filters on odds calls when you only need a specific total.

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 totals markets.

Polling and alert patterns.