This one deserves an honest answer rather than a sales pitch: Punting Form and PuntersEdge are not really substitutes. Punting Form (owned by BetMakers) sells Australian racing form — ratings, sectional times, run history — the inputs to deciding which runner you like. PuntersEdge sells live bookmaker prices — which book is paying the most on that runner right now. Plenty of serious punters use one of each.
Free tier · 1,500 credits/mo · no credit card. 14 Australian bookmakers on racing — BetDeluxe, Betr, TAB, Neds, Ladbrokes, BetRight, PointsBet, NextBet (formerly PlayUp), TABtouch, Palmerbet, Unibet, Sportsbet, BetGold and BoostBet — and 6 on sports.
| Feature | Punting Form | PuntersEdge |
|---|---|---|
| Data type | Form, ratings, sectional times, run history | Live bookmaker win/place prices |
| Answers | Which runner should I back? | Where do I get the best price on it? |
| Live bookmaker prices | Not the product | Core product — every covered AU book per runner |
| Historical form depth | Deep — sectionals back to 2012 | Not a form provider |
| Racing coverage | AU, Hong Kong, Singapore | AU horse + greyhound |
| Entry price | From $59/month for API access | Free tier; paid from A$9/mo |
You're building a ratings model or form-based selection process and need deep historical form, sectionals and run history.
You already know what you want to back and need to know which Australian book is paying most — or you're building a price-comparison, value or arbitrage product.
Live Australian odds from the public sandbox — no key, no signup, nothing to install.
Free key, REST/JSON, Australian bookmaker odds. No SDK required.
curl 'https://api.puntersedge.online/v1/racing/next-to-go?num_races=1' \
-H 'X-API-Key: YOUR_FREE_KEY'
# → JSON: the next races, with every book's price per runner
[{
"venue": "Hobart", "race_number": 2, "category": "greyhound",
"start_time": "2026-08-10T09:40:00Z", "country": "AU",
"runners": [{
"name": "Indy Gia", "number": 1,
"bookmakers": [
{"key": "sportsbet", "win_price": 5.5},
{"key": "tab", "win_price": 5.5, "place_price": 1.9},
{"key": "ladbrokes", "win_price": 7.0, "place_price": 2.1}
]
}]
}]
1,500 credits/month, no credit card, email delivery. Test Punting Form-style workflows against real Australian bookmaker data in minutes.
Get your free API key →18+ only. The API provides odds data for lawful informational and analytical use. Not financial advice.