Odds data pipelines for betting models and ML teams
Model builders need clean market prices, timestamps and historical context. PuntersEdge provides live and historical odds surfaces that can support model features, backtests and market monitoring.
Bring your own modelling logic, validation and risk controls. The API is for informational and analytical use, not automated bet execution.
- Live model inference feed
- Historical odds for backtesting
- Implied probability features
- AFL, NRL, racing and more
- Free testing tier
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"