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/b968fb26-c9f3-41ba-812a-d73ffdaf82e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b968fb26-c9f3-41ba-812a-d73ffdaf82e2",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "96af96b9-f498-466b-87c9-afb2b84d40f4",
    "completed": true,
    "last_updated": "2022-11-11T21:32:21.406876-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.3,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/96af96b9-f498-466b-87c9-afb2b84d40f4",
    "datetime": "2022-11-10T19:05:00-05:00",
    "cutoff_datetime": "2022-11-10T19:05:00-05:00",
    "name": "Ottawa Senators v. New Jersey Devils",
    "bettypes": [
        {
            "id": "917bb731-beee-4eee-8652-ad3879217ad4",
            "match": "https://api-prod.gambitprofit.com/api/matches/b968fb26-c9f3-41ba-812a-d73ffdaf82e2/?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": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "New Jersey Devils",
                        "amount": 6179.0
                    },
                    {
                        "team": "Ottawa Senators",
                        "amount": 3821.0
                    }
                ],
                "expected_reward_tokens": 9206.71,
                "profit_sb": 206.71,
                "profit_sb_percentage": 2.3,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d6f8bfc4-ffd4-4da2-ae9c-ae64161ca01b",
                    "gambit_id": "bcf4dbb8-447b-4efa-8274-bc65548badec",
                    "last_updated": "2022-11-11T21:32:21.415621-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Jersey Devils",
                    "reward": "1.49000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917bb731-beee-4eee-8652-ad3879217ad4/?format=api"
                },
                {
                    "id": "462f171b-16a6-4acc-9df3-c8b4321923cd",
                    "gambit_id": "008130ba-8514-40a4-8130-ea5c77010927",
                    "last_updated": "2022-11-11T21:32:21.416580-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "2.41000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917bb731-beee-4eee-8652-ad3879217ad4/?format=api"
                }
            ]
        },
        {
            "id": "988b058e-9dda-436f-87fb-e67fc982989c",
            "match": "https://api-prod.gambitprofit.com/api/matches/b968fb26-c9f3-41ba-812a-d73ffdaf82e2/?format=api",
            "name": "Play the Odds",
            "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": "Ottawa Senators",
                        "amount": 5899.0
                    },
                    {
                        "team": "New Jersey Devils",
                        "amount": 4101.0
                    }
                ],
                "expected_reward_tokens": 9143.45,
                "profit_sb": 143.45,
                "profit_sb_percentage": 1.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2a7d875f-e3ce-4a61-9454-7fa10f51d3f6",
                    "gambit_id": "3dd5aa01-7cd6-414a-8bfb-bd45ac717459",
                    "last_updated": "2022-11-11T21:32:21.413704-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "1.55000",
                    "odds": "1.62500",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/988b058e-9dda-436f-87fb-e67fc982989c/?format=api"
                },
                {
                    "id": "987d846e-3cc1-4306-85c3-f6f480a09ceb",
                    "gambit_id": "f1f989a6-e416-4767-b9d8-96cdaa159cdc",
                    "last_updated": "2022-11-11T21:32:21.412748-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Jersey Devils",
                    "reward": "2.23000",
                    "odds": "2.40000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/988b058e-9dda-436f-87fb-e67fc982989c/?format=api"
                }
            ]
        },
        {
            "id": "f8f89175-14f3-4892-b691-3a2efc9087bd",
            "match": "https://api-prod.gambitprofit.com/api/matches/b968fb26-c9f3-41ba-812a-d73ffdaf82e2/?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 6.5",
                        "amount": 5304.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4696.0
                    }
                ],
                "expected_reward_tokens": 9016.32,
                "profit_sb": 16.32,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "448944d9-e332-4a97-a617-55948c4b0389",
                    "gambit_id": "70c89c68-eef8-4a24-a602-5a10f7f2fbe2",
                    "last_updated": "2022-11-11T21:32:21.410836-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.70000",
                    "odds": "1.80000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f89175-14f3-4892-b691-3a2efc9087bd/?format=api"
                },
                {
                    "id": "82899868-691e-4bd1-86bf-8f3473f1d6b5",
                    "gambit_id": "ab65ab5b-4999-4b2f-bcdc-b4fb24e2acf1",
                    "last_updated": "2022-11-11T21:32:21.409782-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f89175-14f3-4892-b691-3a2efc9087bd/?format=api"
                }
            ]
        }
    ]
}