parlayapi_find_arbitrage
Find guaranteed-profit arbitrage opportunities across bookmakers.
Scans every event and returns bets where the combined implied
probability across the books is under 100%, so betting each side locks
in profit regardless of outcome. Soccer and other 3-way (home/draw/away)
markets are fully supported, including arbs anchored on the draw.
Args:
sport_key: e.g. "baseball_mlb", "soccer_epl".
min_profit: Minimum profit % to include (e.g. 1.5 for 1.5%). Default 0.
exclude_exchanges: Drop arbs anchored on an exchange (novig/prophetx),
whose asks can be no-volume. Default False.
markets: Comma-separated market_keys to limit the scan (optional),
e.g. "h2h,spreads,totals".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markets | No | ||
| sport_key | Yes | ||
| min_profit | No | ||
| exclude_exchanges | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||