8 lines
226 B
Bash
8 lines
226 B
Bash
|
|
# The Odds API — https://the-odds-api.com/
|
||
|
|
# Copy to .env and set your key before running odds fetch scripts.
|
||
|
|
ODDS_API_KEY=your_api_key_here
|
||
|
|
|
||
|
|
# Default region and market format (optional)
|
||
|
|
ODDS_REGIONS=uk,eu
|
||
|
|
ODDS_MARKETS=h2h
|