# Get live odds Returns live odds information for live matches Endpoint: GET /live-odds Version: 2.0.7 Security: bearerAuth ## Response 200 fields (application/json): - `status` (string) Example: "success" - `pagination` (object,null) Pagination info if applicable - `errors` (object,null) - `response` (array,null) - `response.match_id` (integer, required) Unique identifier of the match - `response.bets` (array, required) List of available live bets for this match - `response.bets.id` (integer, required) Unique identifier of the bet type - `response.bets.name` (string, required) Name or description of the bet type - `response.bets.values` (array, required) List of odds values for this bet type - `response.bets.values.value` (string, required) Description of the betting option (e.g. 'Home Win', 'Draw') - `response.bets.values.odd` (string, required) Numerical value of the odd ## Response 400 fields (application/json): - `status` (string) Example: "error" - `pagination` (object,null) - `errors` (array,null) - `errors.type` (string) Example: "validation_error" - `errors.data` (object) - `response` (object,null) ## Response 500 fields (application/json): - `status` (string) Example: "error" - `pagination` (object,null) - `errors` (array,null) - `errors.type` (string) Example: "validation_error" - `errors.data` (object) - `response` (object,null)