TheDocumentation Index
Fetch the complete documentation index at: https://edgefinder.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
odds command fetches live Polymarket betting odds for NFL and NBA games. For the NFL you can pull odds for a specific week; for the NBA you can filter by a specific date. Without any filter flags, both leagues return odds for their current default period — the current NFL week or today’s NBA games.
Syntax
Arguments
The league to fetch odds for. Must be
nfl or nba.Options
NFL only. The week number to retrieve odds for (e.g.
12). When omitted, returns odds for the current NFL week.NBA only. A specific date in
YYYY-MM-DD format. When omitted, returns odds for today’s NBA games.Output raw JSON. The
odds command always outputs JSON; this flag is accepted for script consistency.Examples
Sample output
- NFL
- NBA
--week is only meaningful for NFL and --date is only meaningful for NBA. Passing the wrong flag for the league has no effect.