bet365 Odds API: how developers read bet365 prices
bet365 publishes no public API, so developers read its prices through aggregators. How ParlayAPI serves bet365 and how to verify coverage first.
bet365 does not publish a public odds API, so developers read its prices through aggregators. ParlayAPI carries bet365 where markets are available through the same odds, props, and compare endpoints as its other 30+ sportsbooks, with the source label kept on every price. For contrast, the-odds-api limits Bet365 AU to paid plans and to h2h, spreads, and totals for AFL and NRL (the-odds-api.com/sports-odds-data/bookmaker-apis.html, read 2026-08-28).
More detail
Request bet365 explicitly with the bookmakers filter: ?bookmakers=bet365 on the odds, props, and compare endpoints returns only that source's prices. Where bet365 has not published a market, the response omits it rather than estimating, so an empty result is information, not a bug.
Verify coverage before you commit: the free diagnostics endpoints show which books survive your exact filters. GET /v1/sports/{sport_key}/props/coverage costs nothing and answers whether bet365 props exist for your sport right now.
Because prices stay source-labeled, bet365 lines flow into the cross-book workflows too: best-line, consensus, arbitrage, and EV endpoints all treat it as one source among many, which is usually more useful than reading it in isolation.
Endpoint
GET /v1/sports/{sport_key}/odds?bookmakers=bet365
curl 'https://parlay-api.com/v1/sports/soccer_epl/odds?regions=uk&bookmakers=bet365' -H 'X-API-Key: YOUR_KEY'
Why developers use it
- bet365 served where available with its source label preserved
- Free coverage diagnostics before you build
- Flows into best-line, consensus, arbitrage, and EV endpoints
FAQ
Does bet365 have an official public API?
No public odds API exists for third-party developers. Aggregators are the standard way to read bet365 prices programmatically.
Is bet365 available on the ParlayAPI free tier?
Source filters work on every tier, including free. Coverage varies by sport and market, so check the free coverage diagnostics before building around any single book.
How do I check bet365 coverage for my sport right now?
Call GET /v1/sports/{sport_key}/props/coverage for props or the book coverage diagnostics for game lines. Both show which fresh sources survive your filters before you spend credits.
Related
/answers/sportsbook-odds-api/answers/book-coverage-api/answers/international-odds-api/docs