Multi-bookmaker data built for arb and value workflows
Building an arb scanner means comparing prices across bookmakers the moment markets move. PuntersEdge packages that multi-bookmaker feed behind simple REST endpoints so you don't need to maintain individual scraper integrations.
The API returns odds from supported Australian bookmakers per event, ready for cross-bookmaker comparison, implied probability conversion and margin calculation in your own logic.
- Multi-bookmaker odds per event
- AFL, NRL, NBA, racing and more
- Implied probability fields
- Best-price detection
- Free test key
Example API calls
curl "https://api.puntersedge.online/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://api.puntersedge.online/v1/best-odds/afl" \
-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"