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/d2337890-1706-4674-8a24-56cd7ac510a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2337890-1706-4674-8a24-56cd7ac510a9",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "07aee6ae-ec64-4465-93cd-6000fc93a876",
    "completed": true,
    "last_updated": "2022-08-28T11:27:22.210624-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/07aee6ae-ec64-4465-93cd-6000fc93a876",
    "datetime": "2022-08-27T10:00:00-04:00",
    "cutoff_datetime": "2022-08-27T10:00:00-04:00",
    "name": "Brighton & Hove Albion v. Leeds United",
    "bettypes": [
        {
            "id": "cf5c383d-e8b7-44e4-83da-47b5eb6c2d11",
            "match": "https://api-prod.gambitprofit.com/api/matches/d2337890-1706-4674-8a24-56cd7ac510a9/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Brighton & Hove Albion",
                        "amount": 6905.0
                    },
                    {
                        "team": "Draw",
                        "amount": 3095.0
                    }
                ],
                "expected_reward_tokens": 11048.0,
                "profit_sb": 2048.0,
                "profit_sb_percentage": 22.76,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Brighton & Hove Albion",
                        "amount": 5568.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2495.0
                    },
                    {
                        "team": "Leeds United",
                        "amount": 1937.0
                    }
                ],
                "expected_reward_tokens": 8907.15,
                "profit_sb": -92.85,
                "profit_sb_percentage": -1.03,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ff0309c9-378e-4d34-aeaa-77caf872a13e",
                    "gambit_id": "f89a6acb-3043-41ca-88a3-09092b44326e",
                    "last_updated": "2022-08-28T11:27:22.213284-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brighton & Hove Albion",
                    "reward": "1.60000",
                    "odds": "1.67000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5c383d-e8b7-44e4-83da-47b5eb6c2d11/?format=api"
                },
                {
                    "id": "90618ffe-8732-43b8-b9fa-ed4a922dc5da",
                    "gambit_id": "d23610c0-f4a8-4d2f-9322-eda5040ce633",
                    "last_updated": "2022-08-28T11:27:22.213784-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.57000",
                    "odds": "3.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5c383d-e8b7-44e4-83da-47b5eb6c2d11/?format=api"
                },
                {
                    "id": "15854d4d-453e-4238-8256-f1b83e34be6f",
                    "gambit_id": "3ea84e17-6174-4283-bd31-e81348031a06",
                    "last_updated": "2022-08-28T11:27:22.212809-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Leeds United",
                    "reward": "4.60000",
                    "odds": "5.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5c383d-e8b7-44e4-83da-47b5eb6c2d11/?format=api"
                }
            ]
        },
        {
            "id": "dd9dbf03-81de-4077-b9d9-282febaea0d3",
            "match": "https://api-prod.gambitprofit.com/api/matches/d2337890-1706-4674-8a24-56cd7ac510a9/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-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 Over 2.5",
                        "amount": 5152.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4848.0
                    }
                ],
                "expected_reward_tokens": 9016.0,
                "profit_sb": 16.0,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e17ace6a-de43-4f64-9b52-8ad00b26b054",
                    "gambit_id": "a64eb151-5020-48b4-8534-325bf3765dc7",
                    "last_updated": "2022-08-28T11:27:22.212329-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.75000",
                    "odds": "1.83000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd9dbf03-81de-4077-b9d9-282febaea0d3/?format=api"
                },
                {
                    "id": "e883d002-b347-4893-8916-74804e9617cb",
                    "gambit_id": "6aee9ecb-b216-4fad-9f9b-3b1f811aec3d",
                    "last_updated": "2022-08-28T11:27:22.211790-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.86000",
                    "odds": "1.95000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd9dbf03-81de-4077-b9d9-282febaea0d3/?format=api"
                }
            ]
        }
    ]
}