Sgo Event Odds
sgo_event_oddsGet all odds & player props for a specific game. Returns moneyline, spread, and total markets plus player props for a single event, with prices across sportsbooks. Look up the eventID first via sgo_events. Example: sgo_event_odds({ eventID: "abc123", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | Yes | Sports Game Odds API key (get one free at sportsgameodds.com — Amateur plan). | |
| eventID | Yes | Event identifier, from sgo_events (event.eventID). |