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/8b7d2a0a-f0fc-412a-9758-25f1bec81bc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b7d2a0a-f0fc-412a-9758-25f1bec81bc2",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5686edd3-0135-43f8-abc4-9179d02a6f1d",
    "completed": true,
    "last_updated": "2023-06-22T10:48:29.134306-04:00",
    "created_at": "2023-06-21T10:28:20.772147-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/5686edd3-0135-43f8-abc4-9179d02a6f1d",
    "datetime": "2023-06-21T21:45:00-04:00",
    "cutoff_datetime": "2023-06-21T21:45:00-04:00",
    "name": "SDG (Y Darvish) v. SFO (R Walker)",
    "bettypes": [
        {
            "id": "28ffe2d0-aa95-48e8-9a6e-35d52085157e",
            "match": "https://api-prod.gambitprofit.com/api/matches/8b7d2a0a-f0fc-412a-9758-25f1bec81bc2/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-21T10:28:20.774263-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": "SDG (Y Darvish)",
                        "amount": 5337.0
                    },
                    {
                        "team": "SFO (R Walker)",
                        "amount": 4663.0
                    }
                ],
                "expected_reward_tokens": 9605.78,
                "profit_sb": 105.78,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "80948e2c-0b48-4c40-bc14-923becb12dcf",
                    "gambit_id": "40a2b86d-d82b-4c40-ba3a-3ea319e697d2",
                    "last_updated": "2023-06-22T10:48:29.139352-04:00",
                    "created_at": "2023-06-21T10:28:20.775776-04:00",
                    "name": "SDG (Y Darvish)",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ffe2d0-aa95-48e8-9a6e-35d52085157e/?format=api"
                },
                {
                    "id": "3129727a-647a-458e-8367-d7c80f3b34ef",
                    "gambit_id": "60ef98fc-b46e-4fdf-9c2e-dd049e089c4f",
                    "last_updated": "2023-06-22T10:48:29.141528-04:00",
                    "created_at": "2023-06-21T10:28:20.777787-04:00",
                    "name": "SFO (R Walker)",
                    "reward": "2.06000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ffe2d0-aa95-48e8-9a6e-35d52085157e/?format=api"
                }
            ]
        },
        {
            "id": "913bc680-86dc-481e-bd28-79951a49fbe4",
            "match": "https://api-prod.gambitprofit.com/api/matches/8b7d2a0a-f0fc-412a-9758-25f1bec81bc2/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-21T10:28:20.780507-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": "SFO",
                        "amount": 6020.0
                    },
                    {
                        "team": "SDG",
                        "amount": 3980.0
                    }
                ],
                "expected_reward_tokens": 9511.6,
                "profit_sb": 11.6,
                "profit_sb_percentage": 0.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "422ee721-93e8-4701-b7cf-75335235576b",
                    "gambit_id": "ca49524e-616c-406a-a9e6-335295d3ed13",
                    "last_updated": "2023-06-22T10:48:29.147934-04:00",
                    "created_at": "2023-06-21T10:28:20.783945-04:00",
                    "name": "SFO",
                    "reward": "1.58000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/913bc680-86dc-481e-bd28-79951a49fbe4/?format=api"
                },
                {
                    "id": "6df96e8e-e05b-41a8-827b-584ad5ac5b71",
                    "gambit_id": "0e7dd2fe-4c31-4f6d-b041-480055a86b97",
                    "last_updated": "2023-06-22T10:48:29.145845-04:00",
                    "created_at": "2023-06-21T10:28:20.782256-04:00",
                    "name": "SDG",
                    "reward": "2.39000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/913bc680-86dc-481e-bd28-79951a49fbe4/?format=api"
                }
            ]
        },
        {
            "id": "778cc3b2-1af8-49fd-a703-64a4b76000ef",
            "match": "https://api-prod.gambitprofit.com/api/matches/8b7d2a0a-f0fc-412a-9758-25f1bec81bc2/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-21T10:28:20.785631-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 Over 7.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 7.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b08b9583-6e08-4daa-b2e0-125ff7719d94",
                    "gambit_id": "10b7a146-d585-4b50-b476-c18d07f82339",
                    "last_updated": "2023-06-22T10:48:29.151812-04:00",
                    "created_at": "2023-06-21T10:28:20.787475-04:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/778cc3b2-1af8-49fd-a703-64a4b76000ef/?format=api"
                },
                {
                    "id": "3fee6c83-8a42-471e-b20d-59ba7de1128c",
                    "gambit_id": "f32890c1-550f-4dd6-99fa-9bf20fd61467",
                    "last_updated": "2023-06-22T10:48:29.154029-04:00",
                    "created_at": "2023-06-21T10:28:20.790022-04:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/778cc3b2-1af8-49fd-a703-64a4b76000ef/?format=api"
                }
            ]
        }
    ]
}