Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/bcffae9b-7315-4dd5-925d-00a9fa60b50d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcffae9b-7315-4dd5-925d-00a9fa60b50d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3f57c314-b169-4e02-afa0-86e82f607ff6",
    "completed": true,
    "last_updated": "2023-08-29T19:28:16.553398-04:00",
    "created_at": "2023-08-28T08:48:09.046135-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.12,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/3f57c314-b169-4e02-afa0-86e82f607ff6",
    "datetime": "2023-08-28T20:05:00-04:00",
    "cutoff_datetime": "2023-08-28T20:05:00-04:00",
    "name": "MIL (W Miley) v. CHC (J Taillon)",
    "bettypes": [
        {
            "id": "53e72e78-fdd7-4e78-9138-39d47113ef1d",
            "match": "https://api-prod.gambitprofit.com/api/matches/bcffae9b-7315-4dd5-925d-00a9fa60b50d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-28T08:48:09.052405-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "CHC (J Taillon)",
                        "amount": 5490.0
                    },
                    {
                        "team": "MIL (W Miley)",
                        "amount": 4510.0
                    }
                ],
                "expected_reward_tokens": 9606.3,
                "profit_sb": 106.3,
                "profit_sb_percentage": 1.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ba89a952-514d-45cc-8b49-f460ed0f8094",
                    "gambit_id": "0c7b931f-d4a4-4520-b258-70ccf6b3c84a",
                    "last_updated": "2023-08-29T19:28:16.570960-04:00",
                    "created_at": "2023-08-28T08:48:09.061264-04:00",
                    "name": "CHC (J Taillon)",
                    "reward": "1.75000",
                    "odds": "1.78120",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53e72e78-fdd7-4e78-9138-39d47113ef1d/?format=api"
                },
                {
                    "id": "aec2e004-a8a3-48f4-8f66-9e08e436159e",
                    "gambit_id": "5e6e84f0-1f06-4b8d-8820-86ac776e661b",
                    "last_updated": "2023-08-29T19:28:16.567437-04:00",
                    "created_at": "2023-08-28T08:48:09.057077-04:00",
                    "name": "MIL (W Miley)",
                    "reward": "2.13000",
                    "odds": "2.18000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53e72e78-fdd7-4e78-9138-39d47113ef1d/?format=api"
                }
            ]
        },
        {
            "id": "59560c2e-3785-4bd3-9973-2f7df5eb7630",
            "match": "https://api-prod.gambitprofit.com/api/matches/bcffae9b-7315-4dd5-925d-00a9fa60b50d/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-28T09:08:30.691386-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "MIL",
                        "amount": 6232.0
                    },
                    {
                        "team": "CHC",
                        "amount": 3768.0
                    }
                ],
                "expected_reward_tokens": 9533.04,
                "profit_sb": 33.04,
                "profit_sb_percentage": 0.35,
                "recommended": true
            },
            "lines": [
                {
                    "id": "890b98dc-43e8-4f75-a2a5-1d3115faba1e",
                    "gambit_id": "05afac04-ac09-4af8-ba89-54a28321c5d3",
                    "last_updated": "2023-08-29T19:28:16.611401-04:00",
                    "created_at": "2023-08-28T09:08:30.696892-04:00",
                    "name": "MIL",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59560c2e-3785-4bd3-9973-2f7df5eb7630/?format=api"
                },
                {
                    "id": "90bc9fb8-2bfe-486e-94a8-68bae456b6b8",
                    "gambit_id": "54535e95-c2aa-4b10-9013-829474436603",
                    "last_updated": "2023-08-29T19:28:16.614855-04:00",
                    "created_at": "2023-08-28T09:08:30.701433-04:00",
                    "name": "CHC",
                    "reward": "2.53000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59560c2e-3785-4bd3-9973-2f7df5eb7630/?format=api"
                }
            ]
        },
        {
            "id": "a4924216-4d6c-42bc-9045-d3649fcbe950",
            "match": "https://api-prod.gambitprofit.com/api/matches/bcffae9b-7315-4dd5-925d-00a9fa60b50d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-28T08:48:09.065733-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Under 9",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7a959c71-1533-4cca-91bd-8ec9dcde8b75",
                    "gambit_id": "c2136864-c7d5-4431-9be4-e32411ca6d83",
                    "last_updated": "2023-08-29T19:28:16.602007-04:00",
                    "created_at": "2023-08-28T08:48:09.077274-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4924216-4d6c-42bc-9045-d3649fcbe950/?format=api"
                },
                {
                    "id": "dc465f76-b20d-4bd3-8b76-f840d9d64b59",
                    "gambit_id": "6cb14c9e-0603-40fe-9e89-1887d41d7c69",
                    "last_updated": "2023-08-29T19:28:16.593247-04:00",
                    "created_at": "2023-08-28T08:48:09.070010-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4924216-4d6c-42bc-9045-d3649fcbe950/?format=api"
                }
            ]
        }
    ]
}