Price Boosts Odds API

Price Boosts API for UK Football

Structured price boost and promo odds data for UK football fixtures, delivered in the same JSON shape as our standard odds feeds.

Sample price boost data
GET .../price-boosts
POST .../price-boosts/batch

How a boosted selection looks once structured

Why track price boosts

Built for spotting the best promotional odds

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.

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.

Boost alerts and notifications

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.

Tipster and content tools

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.

Market identification

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.

Price boosts endpoints

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.

Example response shape

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

What you can build with price boosts

Promo alerts, comparison screens, and tipster feeds.

Built for promos

Boosted odds when bookmakers publish them.

Documented endpoints. UK bookmaker focus.

Bookmakers covered

Price boosts tracked across UK bookmakers, in the same format as our standard odds data.

Pricing

Pricing for price boost data

Price boost odds are available on our Pro plan, alongside standard match odds and other structured 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

Price boosts API - FAQ

Are boosts always available?

No. Bookmakers publish and remove boosts. The API returns what is currently available.

Which plan includes price boosts?

Pro and Business.

How does batch quota work?

POST /price-boosts/batch costs 1 request per event_id in the body (max 50).

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 and subscribe to a plan, then explore endpoints in the Swagger playground at api.ukoddsapi.com/docs.

Tutorials

Related guides.

Alerts and odds products.