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.
Over/under odds API
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.
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
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.
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.
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.
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.
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
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.
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.
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
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
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
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.
£79/month
Billed today · no trial
For prototypes and early builds
£149/month
7 days free · £0 due today
For production apps and dashboards
£359/month
Billed today · no trial
For arbitrage tools and revenue-generating systems
FAQ
Yes. Main total goals markets are part of core. Use full when you also need advanced depth.
Yes. Use market filters on odds calls when you only need a specific total.
Major UK bookmakers including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex.
Yes. Create an account, subscribe to a plan, and explore endpoints in the OpenAPI playground at api.ukoddsapi.com/docs.