Double chance odds API

Double chance odds API for UK football

Live and pre-match double chance odds (1X, 12, X2) for UK football, pulled from major UK bookmakers and delivered as structured JSON.

Typical double chance workflow
Find the fixture
Pull main / double chance markets

Double chance sits alongside 1X2 in core match markets, so most teams get everything they need on the package=core plan without stepping up to full.

DOUBLE CHANCE ODDS

Why double chance odds matter

Double chance betting covers two of three possible match outcomes in a single bet, home win or draw, away win or draw, or either team to win. It is the market punters reach for when they want to back a strong favourite without the draw wrecking the bet, or hedge a tricky away trip at a cup ground. Anyone building comparison tools, staking calculators or alert systems needs to see how 1X, 12 and X2 odds move across bookmakers in real time, not just the standard 1X2 line. That comparison is where the actual value sits, since double chance margins vary more between bookmakers than most people expect.

Odds comparison tables

Show punters the best available 1X, 12 and X2 odds side by side across UK bookmakers for every fixture. Small differences in double chance pricing add up quickly over a season of accumulators.

Value and price change alerts

Flag when a double chance line moves in a way that suggests a bookmaker has priced a match differently to the rest of the market. This is especially useful around team news and injury updates that shift draw risk.

Tipster and content tools

Give tipsters live double chance odds to back up picks on low risk favourites or away sides at difficult venues. Structured data means write ups can reference exact prices rather than rough estimates.

Research and trading models

Feed historical and live double chance odds into models that study draw frequency, cup upsets, or how bookmakers price two outcome combinations differently to standalone match result markets. This is a market where mispricing is easier to spot with enough data behind it.

Where UK Odds API fits

Where double chance odds come from

Double chance prices are drawn from the same fixture level odds data used for standard match result markets, so 1X, 12 and X2 lines stay lined up with the rest of a fixture's odds rather than sitting in a separate feed. Odds are collected from a wide panel of UK bookmakers including Bet365, Sky Bet and Paddy Power, and the best available price across that panel is tracked for each outcome. That means a comparison table or alert system can be built on double chance alone, or combined with 1X2, both teams to score and other match markets from the same fixture record.

Endpoints for double chance odds

Main markets discovery and odds fetch.

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

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

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 double chance shape

Cover selections with decimal odds.

{
  "event_id": "evt_123",
  "odds_format": "decimal",
  "markets": [
    {
      "key": "double_chance",
      "name": "Double Chance",
      "outcomes": [
        { "name": "Home or Draw", "odds": 1.30, "bookmaker_code": "UO004" },
        { "name": "Away or Draw", "odds": 1.45, "bookmaker_code": "UO022" }
      ]
    }
  ]
}

What you can build

What you can build with double chance data

A live odds comparison page focused on double chance is one of the simplest products to launch, since punters already understand the market and just want the best price. Beyond comparison, the same data supports staking tools that size bets differently depending on double chance risk, content sites publishing pre-match double chance tips with the odds attached, and betting models that specifically study how bookmakers price draw protection across different competitions and team strengths.

Built for main markets

Structured double chance odds, ready to build on

UK bookmaker double chance prices, delivered as clean JSON alongside the rest of each fixture's match odds.

Bookmakers covered

Odds sourced from Bet365, Sky Bet, Paddy Power and other major UK bookmakers.

Pricing

Pricing for double chance odds access

Double chance sits within core match markets, so most double chance projects run comfortably on the standard core plan, with full access available for teams combining it with deeper market coverage.

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

Double chance odds API - FAQ

Is double chance in core?

Yes. Double chance is part of the main/core market set.

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

Odds polling patterns.