L
LINEmd

Arbitrage docs

Build against the LINE md arbitrage detection contract.

Use the docs surface for endpoint behavior, stale-line controls, stake sizing, delivery channels, and BettorsACE War Room handoff rules.

Detection model

Normalize books, match event IDs, score negative-hold windows, and suppress duplicate alerts before delivery.

Freshness controls

Every response should expose quote age, expiry window, market status, and stale-book risk so builders can avoid bad execution.

Delivery paths

REST powers dashboards, SSE powers live monitors, webhooks power alert workflows, and MCP supports agent-native operations.

Read arb windows
curl "https://api.linemd.dev/v1/arbs?sport=basketball_nba&min_margin=1.25" \
  -H "Authorization: Bearer $LINEMD_API_KEY" \
  -H "Accept: application/json"