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/3dcd8cc7-eb6a-4522-8da7-760cdd18c5cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dcd8cc7-eb6a-4522-8da7-760cdd18c5cf",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "54669a74-dffd-45cf-a86a-1dd8ac5a2ae2",
    "completed": true,
    "last_updated": "2023-09-08T09:58:01.748151-04:00",
    "created_at": "2023-09-06T22:48:23.917404-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -6.55,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/54669a74-dffd-45cf-a86a-1dd8ac5a2ae2",
    "datetime": "2023-09-07T20:20:00-04:00",
    "cutoff_datetime": "2023-09-07T20:20:00-04:00",
    "name": "Detroit v. Kansas City - First Team to Score 10 or more points",
    "bettypes": [
        {
            "id": "59be7a18-ed30-46bd-ab58-477c32e86909",
            "match": "https://api-prod.gambitprofit.com/api/matches/3dcd8cc7-eb6a-4522-8da7-760cdd18c5cf/?format=api",
            "name": "FreeForm",
            "created_at": "2023-09-06T22:48:23.923215-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Kansas City Chiefs",
                        "amount": 5827.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 4173.0
                    }
                ],
                "expected_reward_tokens": 8971.95,
                "profit_sb": -528.05,
                "profit_sb_percentage": -5.56,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Kansas City Chiefs",
                        "amount": 5773.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 4135.0
                    },
                    {
                        "team": "Neither team to score 10 or more points",
                        "amount": 92.0
                    }
                ],
                "expected_reward_tokens": 8878.0,
                "profit_sb": -622.0,
                "profit_sb_percentage": -6.55,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3530ff30-bdd7-4ea1-9a2a-8b10126756f1",
                    "gambit_id": "449b3e24-522d-4731-abaf-e2a10e45bdae",
                    "last_updated": "2023-09-08T09:58:01.767356-04:00",
                    "created_at": "2023-09-06T22:48:23.931290-04:00",
                    "name": "Kansas City Chiefs",
                    "reward": "1.54000",
                    "odds": "1.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59be7a18-ed30-46bd-ab58-477c32e86909/?format=api"
                },
                {
                    "id": "9b5e8f48-dbcf-48a4-8792-19bb65c34060",
                    "gambit_id": "a12d476f-5208-4bd4-ada8-f3422b4b3830",
                    "last_updated": "2023-09-08T09:58:01.762184-04:00",
                    "created_at": "2023-09-06T22:48:23.927048-04:00",
                    "name": "Detroit Lions",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59be7a18-ed30-46bd-ab58-477c32e86909/?format=api"
                },
                {
                    "id": "cdd578cc-8f0b-44ff-add7-c297b841af40",
                    "gambit_id": "2b6fc4da-3914-40be-8437-6d18275923ce",
                    "last_updated": "2023-09-08T09:58:01.771488-04:00",
                    "created_at": "2023-09-06T22:48:23.934878-04:00",
                    "name": "Neither team to score 10 or more points",
                    "reward": "96.50000",
                    "odds": "101.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59be7a18-ed30-46bd-ab58-477c32e86909/?format=api"
                }
            ]
        }
    ]
}