parlayapi_best_bets
What should I bet right now? Ranked +EV plays for a sport.
The discovery counterpart to parlayapi_verdict: scans the whole board,
grades every candidate with the same no-vig engine, keeps only bets that
are +EV at a book the user can bet at, and ranks them by edge. Also returns
edge_alerts (books showing a price far off the market). Player props only,
priced by several books, prediction markets and game moneylines excluded
(for a game line, use parlayapi_verdict). Scoped to the user's books.
Args:
sport_key: e.g. "baseball_mlb".
region: us (default) | eu | uk | au | ca.
books: exact CSV of books you can bet at (overrides region).
limit: max plays to return (default 20).
min_edge: minimum edge %% vs the no-vig fair line (default 2.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| books | No | ||
| limit | No | ||
| region | No | ||
| min_edge | No | ||
| sport_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||