AFL odds data for price alert system workflows
Price alert systems notify users when a target odds threshold is crossed across one or more Australian bookmakers.
AFL is Australia's most-watched sport and one of the deepest betting markets. Head-to-head, line and totals are available across most Australian bookmakers throughout the regular season and finals. PuntersEdge packages AFL prices with bookmaker comparison context so developers can build faster.
- AFL bookmaker odds
- Price Alert System
- Multi-bookmaker comparison
- REST/JSON
- Free API key
Example API calls
# Racing — its own endpoint family, NOT a sport_key
curl "https://api.puntersedge.online/v1/racing/next-to-go?categories=horse&num_races=5" \
-H "X-API-Key: YOUR_API_KEY"
# Sports — best price per outcome across the books quoting it
curl "https://api.puntersedge.online/v1/best-odds/nrl" \
-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"