Best-odds comparison
Pull the top price for a selection across all 34 bookmakers to power a comparison table or best-odds column.
Odds scanner
An odds scanner is only as good as the prices feeding it. UK Odds API supplies structured odds from 34 UK bookmakers so you can compare, spot value and flag arbitrage without scraping a single site yourself.
/odds/best/arbitrage (Business) Pull best-price and full-grid odds by fixture, market or bookmaker code.
Why this matters
People building scanners are usually chasing one of a few things: the single best price on a selection, a market that looks mispriced against the rest of the board, or a genuine arbitrage gap between two books. Doing that reliably means pulling consistent, machine-readable odds across many bookmakers rather than screen-scraping pages that change layout every season.
Pull the top price for a selection across all 34 bookmakers to power a comparison table or best-odds column.
Compare a bookmaker's price against the wider market to flag selections priced above the rest of the field.
On the Business plan, dedicated arbitrage endpoints surface cross-bookmaker gaps worth checking for guaranteed edges.
Poll odds at a cadence matched to kickoff proximity so your scanner can trigger alerts as prices move.
Full endpoint reference, including odds, comparisons and arbitrage, is documented at api.ukoddsapi.com/docs.
GET /v1/football/events?schedule_date=YYYY-MM-DD&has_odds=true&per_page=10
GET /v1/football/events/EVENT_ID/odds/best?odds_format=decimal
GET /v1/football/arbitrage?date=YYYY-MM-DD&min_profit=0.5&limit=50 Normalised JSON with stable bookmaker codes.
{
"event_id": "evt_123",
"markets": [
{
"key": "1x2",
"outcomes": [
{ "name": "Home", "odds": 2.10, "bookmaker_code": "UO004" },
{ "name": "Home", "odds": 2.05, "bookmaker_code": "UO018" }
]
}
]
} What you can build
Teams use this feed to build best-odds comparison sites, internal value-spotting dashboards, arbitrage monitors and price-alert tools. It is a data layer, not a finished scanner, so the product shape is up to you.
Show users the top price for any selection across UK bookmakers, refreshed on a schedule that tightens as kickoff approaches.
Open →Use Business-tier arbitrage endpoints to surface cross-bookmaker gaps and rank them by size.
Open →Flag selections priced above the market average so a trading desk or personal workflow can review them fast.
Open →Track odds drift on selections you care about and trigger notifications when prices shift past a threshold.
Open →UK-first odds feed
Best-odds and comparison data is available from Starter. Full market grids scale with Pro, and dedicated arbitrage endpoints are on Business.
Bookmakers covered
UK bookmakers and exchanges in one normalised odds feed.
Pricing
Starter, Pro and Business plans cover everything from a simple comparison tool to a full arbitrage scanner. No free plan, stable bookmaker codes throughout.
£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. It is the odds data API you build a scanner on top of, covering comparisons, value checks and arbitrage.
No. It is pre-match REST data with fast polling near kickoff, not a live trading feed.
Arbitrage-specific endpoints are available on the Business plan.
Refresh cadence tightens as kickoff nears, from hourly for distant fixtures to roughly every minute in the final two hours.