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/d220b2c7-8a0d-488d-a2c7-a193714c31a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d220b2c7-8a0d-488d-a2c7-a193714c31a3",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1b55c0d5-6cda-4d87-8eb4-62020d361da1",
    "completed": true,
    "last_updated": "2023-11-12T11:33:23.703461-05:00",
    "created_at": "2023-11-10T08:23:19.471379-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.21,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/1b55c0d5-6cda-4d87-8eb4-62020d361da1",
    "datetime": "2023-11-10T19:07:00-05:00",
    "cutoff_datetime": "2023-11-10T19:07:00-05:00",
    "name": "Calgary Flames v. Toronto Maple Leafs",
    "bettypes": [
        {
            "id": "80f53f22-d845-4e5b-b387-c4d8f8232764",
            "match": "https://api-prod.gambitprofit.com/api/matches/d220b2c7-8a0d-488d-a2c7-a193714c31a3/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-11-10T08:23:19.477022-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": "Toronto Maple Leafs",
                        "amount": 5788.0
                    },
                    {
                        "team": "Calgary Flames",
                        "amount": 4212.0
                    }
                ],
                "expected_reward_tokens": 9434.44,
                "profit_sb": -65.56,
                "profit_sb_percentage": -0.69,
                "recommended": false
            },
            "lines": [
                {
                    "id": "43fc1a5f-0005-4fe4-bf28-b451ed5c5d01",
                    "gambit_id": "4a3b7059-7fea-4954-9c61-551abd3ffa29",
                    "last_updated": "2023-11-12T11:33:23.715873-05:00",
                    "created_at": "2023-11-10T08:23:19.489880-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "1.63000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f53f22-d845-4e5b-b387-c4d8f8232764/?format=api"
                },
                {
                    "id": "c6a3e020-d7bc-43c0-91d3-9e4d261ca9e6",
                    "gambit_id": "8c8d79a0-dbf6-482b-bb3c-ab85ae8aad05",
                    "last_updated": "2023-11-12T11:33:23.712241-05:00",
                    "created_at": "2023-11-10T08:23:19.482500-05:00",
                    "name": "Calgary Flames",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f53f22-d845-4e5b-b387-c4d8f8232764/?format=api"
                }
            ]
        },
        {
            "id": "7a166056-ac0d-4b22-b911-71772bd1ac97",
            "match": "https://api-prod.gambitprofit.com/api/matches/d220b2c7-8a0d-488d-a2c7-a193714c31a3/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-11-10T08:23:19.495470-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": "Calgary Flames",
                        "amount": 6222.0
                    },
                    {
                        "team": "Toronto Maple Leafs",
                        "amount": 3778.0
                    }
                ],
                "expected_reward_tokens": 9519.66,
                "profit_sb": 19.66,
                "profit_sb_percentage": 0.21,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2f501615-165e-47c7-af91-436a8622ba26",
                    "gambit_id": "c5053812-8f98-4863-9621-b826f475782d",
                    "last_updated": "2023-11-12T11:33:23.722441-05:00",
                    "created_at": "2023-11-10T08:23:19.499143-05:00",
                    "name": "Calgary Flames",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a166056-ac0d-4b22-b911-71772bd1ac97/?format=api"
                },
                {
                    "id": "31ff0d5d-f0bc-483f-872b-7047ea0eb303",
                    "gambit_id": "ce46a976-ac35-4e32-8690-796467b0fc21",
                    "last_updated": "2023-11-12T11:33:23.725784-05:00",
                    "created_at": "2023-11-10T08:23:19.505053-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "2.52000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a166056-ac0d-4b22-b911-71772bd1ac97/?format=api"
                }
            ]
        },
        {
            "id": "f890dbb7-1d68-4de7-a766-ac3d0f201616",
            "match": "https://api-prod.gambitprofit.com/api/matches/d220b2c7-8a0d-488d-a2c7-a193714c31a3/?format=api",
            "name": "Over/Under",
            "created_at": "2023-11-10T08:23:19.511494-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 6.5",
                        "amount": 5423.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0a393edc-1481-42c4-88fb-1f2583721770",
                    "gambit_id": "38aaddc5-78a9-4e79-9ec9-ddb1abf81468",
                    "last_updated": "2023-11-12T11:33:23.732153-05:00",
                    "created_at": "2023-11-10T08:23:19.517495-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f890dbb7-1d68-4de7-a766-ac3d0f201616/?format=api"
                },
                {
                    "id": "9a714ba4-15a4-4e52-8c25-692c16d75b8e",
                    "gambit_id": "f9e113cd-aca3-44d5-992b-ae68099b6f1b",
                    "last_updated": "2023-11-12T11:33:23.736013-05:00",
                    "created_at": "2023-11-10T08:23:19.523098-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f890dbb7-1d68-4de7-a766-ac3d0f201616/?format=api"
                }
            ]
        }
    ]
}