From raw bookmaker odds to model-ready features
A betting model needs more than results. Useful Australian data sources include current bookmaker odds, opening lines, closing lines, sport/event metadata, market type, timestamps and results for backtesting.
Live odds can feed inference and alerting. Historical odds let you test whether your model would have beaten available prices at the time, not just predicted winners after the fact. Closing-line value is often a better diagnostic than a short-term profit sample.
PuntersEdge is positioned as the bookmaker odds layer for these workflows. Your model should handle feature engineering, validation, bankroll assumptions and responsible-gambling controls. Data is for analytical and informational use, not bet execution.
- Live bookmaker odds
- Historical opening and closing lines
- Market metadata
- Backtesting and CLV analysis
- Responsible analytical use
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"