Australian odds, arbitrage and value data in one API.
Live bookmaker prices across 11 Australian books plus dedicated arbitrage, back/lay and value-board endpoints. Build odds comparison tools, arb scanners, betting models and racing apps without scraping a single bookmaker yourself.
No credit card for free tier. Sports, racing, best-odds, arbitrage and value endpoints. Data is for informational and analytical use only.
Trusted by 42 developers building on PuntersEdge · 18,000+ API requests served
See real Australian odds, right now.
Live data from the public sandbox — the same shape the paid endpoints return, no signup required. Rate-limited and truncated; a free key unlocks the full feed.
Open the full interactive playground — pick endpoints & copy code →
What you can build with it.
The API is designed for practical Australian sports betting products — not generic offshore odds feeds with poor local coverage.
Odds comparison tools
Show best available prices across Australian bookmakers for major sports and racing markets.
Betting model pipelines
Feed price snapshots into models, edge calculators, CLV tracking and alerting systems.
Racing next-to-go apps
Power horse, greyhound and harness racing views with runners, prices and upcoming race order.
Arbitrage & back/lay scanners
Dedicated /v1/arb/* endpoints return surebets, spreads/totals line arbs and racing back-vs-Betfair-lay edges with stakes and locked-in margin pre-calculated.
Value & promo boards
Surface bookmaker odds-boosts and daily promo plays ranked by EV per $1. The value you'd otherwise track by hand across every book.
Content and analytics
Create odds widgets, market reports, betting previews and data-led sports analysis pages.
Clean requests. Predictable JSON.
Simple API-key authentication with endpoints designed around sports, best odds, racing and usage.
# NRL head-to-head odds
curl "https://puntersedge.online/api/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
# Sports arbitrage scanner (surebets + value overlays)
curl "https://puntersedge.online/api/v1/arb/sports?min_profit_pct=0" \
-H "X-API-Key: YOUR_API_KEY"
# Racing back/lay arb vs Betfair exchange
curl "https://puntersedge.online/api/v1/arb/racing?categories=horse&min_edge_pct=1" \
-H "X-API-Key: YOUR_API_KEY"
Sports, odds & racing.
All responses are JSON. Authenticate with the X-API-Key header. Credit cost is shown per call.
Sports & odds
markets (h2h, spreads, totals), bookmakers and oddsFormat.arb_exists / arb_profit_pct flags.Racing
categories (horse, greyhound, harness).hours_ahead window, optionally filtered by category.Account & operations
Arb, back/lay and value, pre-computed.
These endpoints do the cross-book maths for you: surebet detection, optimal stake splits, back-vs-lay edge against Betfair, and EV-ranked promo value.
arb_pct, optimal stakes and per-selection price comparison. Filter with sport_key, min_profit_pct.verify=1 re-checks each leg live. Filter with categories, min_edge_pct.sport_key, min_profit_pct.book, type, min_ev.[
{
"sport_key": "nrl",
"home_team": "Melbourne Storm",
"away_team": "Penrith Panthers",
"commence_time": "2026-06-21T09:50:00Z",
"is_arb": true,
"arb_pct": 2.84,
"max_overlay_pct": 3.1,
"optimal_stakes": [
{"name": "Melbourne Storm", "stake": 52.7, "bookmaker": "sportsbet", "profit_if_wins": 5.41},
{"name": "Penrith Panthers", "stake": 47.3, "bookmaker": "neds", "profit_if_wins": 5.39}
],
"selections": [
{"name": "Melbourne Storm", "best_price": 1.96, "best_bookmaker": "sportsbet",
"avg_price": 1.88, "overlay_pct": 3.1,
"all_prices": [{"bookmaker": "sportsbet", "price": 1.96}, {"bookmaker": "tab", "price": 1.90}]}
]
}
]
Arb and value signals are computed from cached bookmaker and exchange prices. Prices move; verify each leg before staking. Not financial advice — see the responsible gambling page.
Australian-first coverage.
Built around local bookmakers and the sports Australian users actually search for.
Bookmakers
Sports and racing
Built Australian-first, not bolted on.
Most global odds APIs treat Australian markets as an afterthought — partial bookmaker coverage, no local racing, and no arbitrage maths. PuntersEdge is built around the books, racing and markets Australian developers actually need.
| PuntersEdge | Typical global odds API | |
|---|---|---|
| 11 Australian bookmakers (Sportsbet, TAB, Neds, Ladbrokes…) | Full | Partial / none |
| Horse, greyhound & harness racing | Yes | Rarely |
| Arbitrage & back/lay vs Betfair, pre-computed | Yes | No |
| Free tier, no credit card | 1,500 credits/mo | Varies |
| Australian timezone & market focus | Yes | Global-generic |
Side-by-side comparisons: vs The Odds API · OddsJam alternative · Sportradar alternative
Start free. Scale when needed.
- Production side projects
- Sports + racing endpoints
- Stripe checkout
- Higher-volume dashboards
- Model/data pipelines
- Best-odds workflows
Explore API use cases.
Browse guides and use-case pages to find the right fit, then get a free key when you're ready.
API FAQ
Is there a free API key?
Does it cover Australian bookmakers?
Can I use it for racing?
How do I authenticate requests?
X-API-Key header on every request. There are no OAuth flows or signing steps — see the developer docs.What are the rate limits and credits?
/v1/usage reports what you have left.What sports and racing are covered?
Can I use it commercially?
How fresh is the odds data?
/v1/data-quality/summary endpoint.Get your API key and start testing.
Free tier available now. Paid tiers unlock higher monthly credit limits through Stripe checkout.
Data for informational and analytical use only. Do not use for illegal gambling services or unlicensed betting operations.