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/2d6d55ea-b733-47fa-8b8a-6f292bc0507b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d6d55ea-b733-47fa-8b8a-6f292bc0507b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7aa1af98-fe13-40ce-9d3d-2c9b3df6feda",
    "completed": true,
    "last_updated": "2023-02-26T12:02:02.250717-05:00",
    "created_at": "2023-02-23T11:46:59.641302-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.14,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/7aa1af98-fe13-40ce-9d3d-2c9b3df6feda",
    "datetime": "2023-02-25T10:00:00-05:00",
    "cutoff_datetime": "2023-02-25T10:00:00-05:00",
    "name": "West Ham United v. Nottingham Forest",
    "bettypes": [
        {
            "id": "671c1c1d-549a-4f2f-85c1-842b1084add5",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d6d55ea-b733-47fa-8b8a-6f292bc0507b/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-02-23T11:46:59.647062-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "West Ham United",
                        "amount": 6898.0
                    },
                    {
                        "team": "Draw",
                        "amount": 3102.0
                    }
                ],
                "expected_reward_tokens": 11381.7,
                "profit_sb": 1881.7,
                "profit_sb_percentage": 19.81,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "West Ham United",
                        "amount": 5692.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2559.0
                    },
                    {
                        "team": "Nottingham Forest",
                        "amount": 1749.0
                    }
                ],
                "expected_reward_tokens": 9391.53,
                "profit_sb": -108.47,
                "profit_sb_percentage": -1.14,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a325cb32-ef99-4d0e-8041-98566dfbccdd",
                    "gambit_id": "c54e12f8-bfe1-442d-a49f-f7f1f8b42908",
                    "last_updated": "2023-02-26T12:02:02.258204-05:00",
                    "created_at": "2023-02-23T11:46:59.649834-05:00",
                    "name": "West Ham United",
                    "reward": "1.65000",
                    "odds": "1.67000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671c1c1d-549a-4f2f-85c1-842b1084add5/?format=api"
                },
                {
                    "id": "ec4f9328-8f8b-4d4d-8d2b-67a16b48b6d7",
                    "gambit_id": "dca8e2b7-0453-4e88-9b7e-fb0e4a43ca6a",
                    "last_updated": "2023-02-26T12:02:02.259338-05:00",
                    "created_at": "2023-02-23T11:46:59.651107-05:00",
                    "name": "Draw",
                    "reward": "3.67000",
                    "odds": "3.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671c1c1d-549a-4f2f-85c1-842b1084add5/?format=api"
                },
                {
                    "id": "c6938efa-c53e-4e50-afd7-e858b98012ca",
                    "gambit_id": "46eaccc8-70de-42be-8852-78699586e794",
                    "last_updated": "2023-02-26T12:02:02.257035-05:00",
                    "created_at": "2023-02-23T11:46:59.648532-05:00",
                    "name": "Nottingham Forest",
                    "reward": "5.37000",
                    "odds": "5.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671c1c1d-549a-4f2f-85c1-842b1084add5/?format=api"
                }
            ]
        },
        {
            "id": "43407cb8-528d-4b07-8c98-7ce50b786487",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d6d55ea-b733-47fa-8b8a-6f292bc0507b/?format=api",
            "name": "Over/Under",
            "created_at": "2023-02-23T11:46:59.642988-05: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 2.5",
                        "amount": 5387.0
                    },
                    {
                        "team": "Game Total Over 2.5",
                        "amount": 4613.0
                    }
                ],
                "expected_reward_tokens": 9318.26,
                "profit_sb": -181.74,
                "profit_sb_percentage": -1.91,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3fe7f4c3-fb19-44c8-af00-7eef1f5897d0",
                    "gambit_id": "782deddc-1ed8-436e-8508-5bdbc1bedc8b",
                    "last_updated": "2023-02-26T12:02:02.253522-05:00",
                    "created_at": "2023-02-23T11:46:59.644268-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.73000",
                    "odds": "1.75000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43407cb8-528d-4b07-8c98-7ce50b786487/?format=api"
                },
                {
                    "id": "98d9c30b-bff2-4eaa-a4ee-e5d33611eb95",
                    "gambit_id": "c827a578-70ff-47a5-bded-2ad174a94d27",
                    "last_updated": "2023-02-26T12:02:02.254646-05:00",
                    "created_at": "2023-02-23T11:46:59.645702-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "2.02000",
                    "odds": "2.05000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43407cb8-528d-4b07-8c98-7ce50b786487/?format=api"
                }
            ]
        }
    ]
}