Bet Builders API

Bet Builders Odds API

Structured data for pre-built multi-leg offers on UK football fixtures, pulled straight from UK bookmakers via dedicated bet builder endpoints.

Bet builder feed
GET .../events/{id}/bet-builders

Fixture-level multi-leg offers by bookmaker

Why bet builder data

See what bet builders bookmakers are actually offering

Bookmakers now push ready-made multi-leg selections for popular fixtures, and those offers differ from one bookmaker to the next. If you are building a comparison tool, an alert service, or content for punters, you need a feed that tells you which bet builder combinations exist and how they are priced. Pulling this by hand from bookmaker sites does not scale once you cover more than a handful of fixtures. Structured bet builder data lets you track offers across bookmakers without manual checking.

Bookmaker comparison tables

Show punters which bookmaker has the strongest bet builder offer for a given fixture. Side-by-side tables are far more useful when built from live structured data than screenshots.

Tipster and content tools

Feed bet builder legs into tipster platforms or matchday content without manually copying selections from each bookmaker site. Keeps published picks aligned with what is actually available.

Offer and price alerts

Flag when a bookmaker adds a new bet builder for a fixture you are tracking, or when the combined odds shift. Useful for anyone running a fast-moving alerts product.

Research and coverage gaps

Work out which fixtures get bet builder treatment and which bookmakers offer them most often. This is the UO004 endpoint group, separate from the raw markets used for building your own accumulators.

Bet builders endpoint

One fixture at a time. See docs for full params.

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

GET /v1/football/events/EVENT_ID/bet-builders?odds_format=decimal

Replace EVENT_ID with an event_id from the events endpoint.

Example response shape

Illustrative. Prefer live docs for exact fields.

{
  "event_id": "evt_123",
  "bet_builders": [
    {
      "bookmaker_code": "UO004",
      "name": "Haaland anytime + Over 2.5",
      "odds": 3.40,
      "legs": [
        { "market": "Anytime Goalscorer", "selection": "Haaland" },
        { "market": "Total Goals", "selection": "Over 2.5" }
      ]
    }
  ]
}

What you can build

What you can build with bet builders

SGM screens, tipster tools, and comparison products on published builders.

Built for multi markets

Pre-built bet builders where bookmakers offer them.

Documented endpoint. Stable event ids. UK bookmaker focus.

Bookmakers covered

Bet builder odds across UK bookmakers, updated continuously.

Pricing

Bet builders API pricing

Pick a plan based on how many fixtures and bookmakers you need to cover.

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

Bet builders API - FAQ

Can I price any same-game multi I invent?

No. The endpoint returns fixed multi-leg offers published by bookmakers, not custom SGM pricing for arbitrary legs.

Which plan includes bet builders?

Pro and Business.

Can I combine with match odds?

Yes. Use the same event_id from /events.

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.

Odds products and polling patterns.