Compare Sportsbet-style prices in a broader bookmaker feed
Many teams search for a single bookmaker API, then realise the real product needs cross-bookmaker comparison. PuntersEdge is designed for that broader workflow.
Use one API layer to power odds tables, value calculators, alerts and market dashboards across supported Australian bookmakers.
- Multi-bookmaker comparison
- AFL, NRL, NBA, racing and more
- Best odds views
- Code examples
- Free test 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"