Historical data for backtesting and model development
Backtesting a betting model requires reliable historical odds — not just results. PuntersEdge stores historical closing and opening lines across supported Australian bookmakers so you can replay market conditions in your model.
Use historical odds to validate edge estimates, train machine learning models, calculate CLV over a sample and audit strategy performance across AFL, NRL, tennis, racing and more.
- Closing and opening lines
- Multiple Australian bookmakers
- AFL, NRL, tennis, racing
- Model training ready
- Free API 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"