L
LINEmd

API reference

REST, SSE, and webhook surfaces for arb infrastructure.

The API reference summarizes the production contract used by developer dashboards, partner bots, and BettorsACE intelligence handoff.

GET /v1/arbs

Ranked arbitrage board with implied probability, stake split, margin, TTL, and verification flags.

POST /v1/scan

Request a fresh scan for a sport, league, event group, or market family with minimum edge thresholds.

GET /v1/stream

Server-sent event feed for arb windows, line movement, stale alerts, and close signals.

Trigger scan
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}'