get_edges
Retrieve +EV betting edges by comparing DFS and bookmaker offers to devigged fair market prices. Filter by league, source, minimum edge, or event ID.
Instructions
SportWizzard's edge finder: DFS/book offers that are +EV versus the devigged fair market, with the edge %, the book(s) setting fair value, and per-book odds. Filter by league, source (DFS/book), minimum edge, or a single event. Paginate with cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (page size). Default 50, server caps apply. | |
| cursor | No | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. | |
| league | No | League slug filter. | |
| source | No | DFS/book source id to find edges for (e.g. prizepicks, underdog). | |
| event_id | No | Scope to a single event UUID. | |
| min_edge | No | Minimum edge threshold (e.g. 5 for 5%). |