Australian odds, arbitrage and value data in one API.
Live prices across 11 Australian racing bookmakers — 6 on sports — plus dedicated arbitrage and best-price 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 86 developers building on PuntersEdge · 59,000+ API requests served · every racing quote carries its own age in seconds, per bookmaker
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 scanners
Dedicated /v1/arb/* endpoints return sports surebets and spreads/totals line arbs with stakes and locked-in margin pre-calculated. For racing, /v1/racing/best-odds returns the best price per runner across books, with the market percentage that tells you when the field beats 100.
Promo value board
Surface daily bookmaker promos ranked by EV per $1 via /v1/value/promos. 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"
# Best price per runner across the Australian books
curl "https://puntersedge.online/api/v1/racing/best-odds?categories=horse" \
-H "X-API-Key: YOUR_API_KEY"
Prefer a GUI? In Postman choose Import → Link and paste https://api.puntersedge.online/postman.json — 36 ready-to-run requests, baseUrl already filled in, and a Sandbox folder that needs no 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
/v1/racing/movers. Enrichment fields are null on international races.move_pct is negative for a firming runner.deduction values are a fraction of the payout withheld — 0.34 means 34c in the dollar.CLV. History starts 4 August 2026 and is retained for 45 days, so the window available today is about 11 days and still filling.hours_ahead window, optionally filtered by category.Account & operations
Arb and value, pre-computed.
These endpoints do the cross-book maths for you: surebet detection, optimal stake splits, cross-book price edges, and EV-ranked promo value.
arb_pct, optimal stakes and per-selection price comparison. Filter with sport_key, min_profit_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 racing bookmakers (Sportsbet, TAB, TABtouch, Neds, Ladbrokes…) | Full | Partial / none |
| Horse, greyhound & harness racing | Yes | Rarely |
| Arbitrage & best-price comparison, 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?
age_seconds, so you never have to guess. Connector freshness and audit status are at /v1/data-quality/summary; note it lists all 13 ingest connectors, two of which (Betfair Exchange and Pinnacle) are not served on customer keys.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.