Polymarket — Sports Prediction Markets Before writing queries, consult for sport codes, command parameters, and price format. Quick Start Prefer the CLI — it avoids Python import path issues: Python SDK (alternative): CRITICAL: Before Any Query CRITICAL: Before calling any market endpoint, verify: - The parameter is always passed to and for single-game markets. - Prices are probabilities on a 0-1 scale (0.65 = 65%) — no conversion needed. - For price/orderbook endpoints, use (CLOB), not (Gamma). Call first to get . Without the parameter: Prerequisites Core commands (no dependencies, no API ke…