GET /v1/arbs
Ranked arbitrage board with implied probability, stake split, margin, TTL, and verification flags.
API reference
The API reference summarizes the production contract used by developer dashboards, partner bots, and BettorsACE intelligence handoff.
Ranked arbitrage board with implied probability, stake split, margin, TTL, and verification flags.
Request a fresh scan for a sport, league, event group, or market family with minimum edge thresholds.
Server-sent event feed for arb windows, line movement, stale alerts, and close signals.
curl -X POST "https://api.linemd.dev/v1/scan" \
-H "Authorization: Bearer $LINEMD_API_KEY" \
-H "Content-Type: application/json" \
-d '{"sport":"basketball_nba","markets":["h2h"],"min_margin":1.0}'