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.
Double chance odds API
Live and pre-match double chance odds (1X, 12, X2) for UK football, pulled from major UK bookmakers and delivered as structured JSON.
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
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.
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.
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.
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.
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
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.
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.
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
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
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
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.
£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. Double chance is part of the main/core market set.
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.