This is the honest answer to a question a lot of developers ask: bet365 does not publish a public or self-serve developer API. Official feeds go to affiliate partners and enterprise data-licensing customers, and bet365 invests heavily in blocking automated access. Scraping them is a fight you will lose, and it breaches their terms. If what you actually need is Australian bookmaker odds for a comparison site, a model feed or a dashboard, PuntersEdge covers the Australian market through a documented REST API you can start using today.
Free tier · 1,500 credits/mo · no credit card. 14 Australian bookmakers on racing — BetDeluxe, Betr, TAB, Neds, Ladbrokes, BetRight, PointsBet, NextBet (formerly PlayUp), TABtouch, Palmerbet, Unibet, Sportsbet, BetGold and BoostBet — and 6 on sports.
| Feature | the bet365 API | PuntersEdge |
|---|---|---|
| Public developer API | No — affiliate and enterprise licensing only | Yes — self-serve REST/JSON |
| Signup | Commercial negotiation | Email address, free key, same day |
| Is bet365 in the feed? | — | No. PuntersEdge covers 14 Australian racing books; bet365 is not one of them |
| Books covered | One (their own) | BetDeluxe, Betr, TAB, Neds, Ladbrokes, BetRight, PointsBet, NextBet (formerly PlayUp), TABtouch, Palmerbet, Unibet, Sportsbet, BetGold and BoostBet |
| Best-price comparison | Not possible from one book | Built in — every book per selection |
| Racing | — | Horse + greyhound next-to-go |
| Cost | Enterprise licensing | Free tier; paid from AUD $9/mo |
You specifically need bet365's own prices and nothing else will do. In that case your only compliant route is bet365's affiliate programme or an enterprise data-licensing agreement — approach them directly.
You want Australian bookmaker odds to build something, and bet365 was a means to that end rather than the requirement itself.
Live Australian odds from the public sandbox — no key, no signup, nothing to install.
Free key, REST/JSON, Australian bookmaker odds. No SDK required.
curl 'https://api.puntersedge.online/v1/sports/afl/odds' \
-H 'X-API-Key: YOUR_FREE_KEY'
# → JSON: events[] with each book's market, plus a data-quality score
[{
"sport_key": "afl", "home_team": "Fremantle", "away_team": "Adelaide",
"commence_time": "2026-08-14T10:10:00Z",
"bookmakers": [{
"key": "sportsbet", "last_update": "2026-08-10T09:26:27Z",
"markets": [{"key": "h2h", "outcomes": [
{"name": "Fremantle", "price": 1.29},
{"name": "Adelaide", "price": 3.50}
]}],
"quality": {"score": 98.4, "status": "ok", "age_seconds": 780}
}]
}]
1,500 credits/month, no credit card, email delivery. Test the bet365 API-style workflows against real Australian bookmaker data in minutes.
Get your free API key →18+ only. The API provides odds data for lawful informational and analytical use. Not financial advice.