Odds data pipelines for betting model development
Betting models need consistent, reliable market data as both training input and live inference feed. PuntersEdge provides Australian bookmaker odds through a clean REST API so you can focus on the model rather than the data collection layer.
The API covers AFL, NRL, basketball, tennis, racing and more — the sports with the most active Australian bookmaker markets and the largest historical sample for model training.
- Implied probability fields
- Historical closing lines
- Live odds for inference
- AFL, NRL, racing, basketball
- Free API key
Example API calls
curl "https://puntersedge.online/api/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/best-odds/afl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"