Line-matched arbitrage on spreads and totals: backs the two opposing sides at complementary lines across books. Returns the best complementary pair per event/market with a guaranteed-profit (is_arb) flag; is_middle marks overlapping lines where both sides can win.
X-API-Key
3 credits
curl 'https://api.puntersedge.online/v1/arb/lines' \
-H 'X-API-Key: YOUR_KEY'
| Name | In | Type | Required | Description |
|---|---|---|---|---|
sport_key |
query | string | no | Filter by sport e.g. afl, nrl |
min_profit_pct |
query | number | no | Min guaranteed profit % (0 = also show the best line comparison when not an arb) |
Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.
GET /v1/arb/best-prices — Best prices comparisonGET /v1/arb/sports — Sports arb scannerThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart