Horse Racing odds data for arbitrage scanner workflows
Arb scanners need fast, reliable multi-bookmaker data to detect cross-book pricing gaps the moment markets move.
Horse racing is one of Australia's highest-volume wagering markets. Coverage spans metro and country meetings, major carnival events and international simulcast races. PuntersEdge packages Horse Racing prices with bookmaker comparison context so developers can build faster.
- Horse Racing bookmaker odds
- Arb Scanner
- Multi-bookmaker comparison
- REST/JSON
- Free API key
Example API calls
# Racing — its own endpoint family, NOT a sport_key
curl "https://api.puntersedge.online/v1/racing/next-to-go?categories=horse&num_races=5" \
-H "X-API-Key: YOUR_API_KEY"
# Sports — best price per outcome across the books quoting it
curl "https://api.puntersedge.online/v1/best-odds/nrl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://api.puntersedge.online/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"