Build the data layer behind an Australian arb scanner
An arb scanner needs fast access to comparable prices across bookmakers. PuntersEdge provides the Australian odds feed so your application can calculate implied probabilities, detect market gaps and trigger alerts.
Use the feed with your own staking, risk and responsible-use controls. The API supplies odds data for analysis; it does not place bets or execute gambling transactions.
- Live multi-bookmaker odds
- Best-price comparison
- AFL, NRL, NBA and racing
- Implied probability workflows
- Free API key for testing
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"