FETCH402
← Protocol index

Resource / 13239

unknown

Unnamed resource.

Find sports betting arbitrage opportunities from The Odds API.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 5000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "markets": "h2h",
    "regions": "us",
    "sport": "basketball_nba"
  },
  "schema": {
    "properties": {
      "markets": {
        "description": "h2h, spreads, totals (default: h2h)",
        "type": "string"
      },
      "regions": {
        "description": "us, uk, eu, au (default: us)",
        "type": "string"
      },
      "sport": {
        "description": "basketball_nba, americanfootball_nfl, baseball_mlb, icehockey_nhl, soccer_epl, mma_mixed_martial_arts, tennis_atp_wimbledon, golf_masters_tournament_winner",
        "type": "string"
      }
    },
    "required": []
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "arb_count": 1,
    "opportunities": [
      {
        "bets": [],
        "game": "Team A vs Team B",
        "profit_margin_pct": 2.5
      }
    ],
    "sport": "basketball_nba",
    "success": true
  }
}