odds-api-io
Installation
SKILL.md
Odds-API.io
Overview
Use Odds-API.io to search events and fetch odds by event ID. This skill includes a small CLI helper and a concise endpoint reference.
Quick workflow
- Provide the API key via
ODDS_API_KEYor--api-key(never store it in this skill). - Find sports and bookmakers if needed.
- Search for the event to get its ID.
- Fetch odds for the event with a bookmaker list.
# 1) List sports and bookmakers
python3 odds-api-io/scripts/odds_api.py sports
python3 odds-api-io/scripts/odds_api.py bookmakers
# 2) Search for an event
python3 odds-api-io/scripts/odds_api.py search --query "Inter vs Arsenal" --sport football