Boost comparison tables
Show boosted odds side by side with standard odds so users can see the uplift at a glance. Useful for building a page that ranks the best live boosts across bookmakers.
Price Boosts Odds API
Structured price boost and promo odds data for UK football fixtures, delivered in the same JSON shape as our standard odds feeds.
GET .../price-boostsPOST .../price-boosts/batch How a boosted selection looks once structured
Why track price boosts
Bookmakers push price boosts constantly, often on the same fixtures and markets, and the value can vary a lot from one bookmaker to the next. Anyone comparing offers, building alert tools, or running a tipster site needs a reliable way to see which boosts are live right now rather than checking each bookmaker site by hand. Structured price boost data lets you pull promotional odds into one place alongside standard odds, so you can judge whether a boost is genuinely good value. It also gives you a consistent record of past boosts for research and content.
Show boosted odds side by side with standard odds so users can see the uplift at a glance. Useful for building a page that ranks the best live boosts across bookmakers.
Trigger alerts when a new price boost appears on a market or fixture you track. This suits tipster tools and betting communities that want to flag good offers quickly.
Feed boost data into tipster platforms or newsletters that highlight the best promotional odds each matchday. Content stays current without manual checking of each bookmaker.
Price boost markets carry their own market code (UO004) alongside the standard market data, so you can filter promo odds out from regular match odds cleanly. This makes it straightforward to isolate boosts within a wider odds feed.
Single fixture or batch. Confirm params in the live docs.
GET /v1/football/events/EVENT_ID/price-boosts?odds_format=decimal
POST /v1/football/price-boosts/batch Replace EVENT_ID with an event_id from the events endpoint.
Illustrative. Prefer live docs for fields.
{
"event_id": "evt_123",
"price_boosts": [
{
"bookmaker_code": "UO004",
"selection_name": "Kevin Viveros anytime goalscorer",
"odds": 5.50,
"original_odds": 3.20
}
]
} What you can build
Promo alerts, comparison screens, and tipster feeds.
Built for promos
Documented endpoints. UK bookmaker focus.
Bookmakers covered
Price boosts tracked across UK bookmakers, in the same format as our standard odds data.
Pricing
Price boost odds are available on our Pro plan, alongside standard match odds and other structured 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
No. Bookmakers publish and remove boosts. The API returns what is currently available.
Pro and Business.
POST /price-boosts/batch costs 1 request per event_id in the body (max 50).
Major UK bookmakers including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex.
Yes. Create an account and subscribe to a plan, then explore endpoints in the Swagger playground at api.ukoddsapi.com/docs.