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/a5d3ac30-8917-4daa-8330-3e96ff05b817/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5d3ac30-8917-4daa-8330-3e96ff05b817",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "45745026-1070-4e4a-a99d-9a8fa107176b",
    "completed": true,
    "last_updated": "2022-11-19T10:43:35.897011-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.33,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/45745026-1070-4e4a-a99d-9a8fa107176b",
    "datetime": "2022-11-18T20:10:00-05:00",
    "cutoff_datetime": "2022-11-18T20:10:00-05:00",
    "name": "Orlando Magic v. Chicago Bulls",
    "bettypes": [
        {
            "id": "21679650-149e-4308-81c6-8a1067f628b5",
            "match": "https://api-prod.gambitprofit.com/api/matches/a5d3ac30-8917-4daa-8330-3e96ff05b817/?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": "Chicago Bulls",
                        "amount": 7427.0
                    },
                    {
                        "team": "Orlando Magic",
                        "amount": 2573.0
                    }
                ],
                "expected_reward_tokens": 9209.48,
                "profit_sb": 209.48,
                "profit_sb_percentage": 2.33,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c013194a-3e4e-40bf-9465-07e9d2abfcb6",
                    "gambit_id": "e699131a-5a10-48a2-a6be-da820278bd0a",
                    "last_updated": "2022-11-19T10:43:35.900104-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bulls",
                    "reward": "1.24000",
                    "odds": "1.27030",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21679650-149e-4308-81c6-8a1067f628b5/?format=api"
                },
                {
                    "id": "8215216b-8670-4082-9bc4-b420af951d1b",
                    "gambit_id": "6bc0e4d3-dc4f-4874-991c-6998807d4aa8",
                    "last_updated": "2022-11-19T10:43:35.901292-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando Magic",
                    "reward": "3.58000",
                    "odds": "3.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21679650-149e-4308-81c6-8a1067f628b5/?format=api"
                }
            ]
        },
        {
            "id": "4cbfabf5-4bb5-47f4-94d8-613159ed4ec0",
            "match": "https://api-prod.gambitprofit.com/api/matches/a5d3ac30-8917-4daa-8330-3e96ff05b817/?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": "Chicago Bulls",
                        "amount": 5097.0
                    },
                    {
                        "team": "Orlando Magic",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1bc983d7-f2b6-4c83-a3e6-5850f2414d5c",
                    "gambit_id": "a48c935d-254c-45ef-9bb2-f619425b3546",
                    "last_updated": "2022-11-19T10:43:35.907074-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bulls",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "-8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cbfabf5-4bb5-47f4-94d8-613159ed4ec0/?format=api"
                },
                {
                    "id": "d08d5ef6-de85-4a11-b368-3e752a1b05ac",
                    "gambit_id": "9c9005d2-18b7-436a-be7e-e2127657e6a2",
                    "last_updated": "2022-11-19T10:43:35.908194-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando Magic",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cbfabf5-4bb5-47f4-94d8-613159ed4ec0/?format=api"
                }
            ]
        },
        {
            "id": "02dadb0f-045b-4ba2-a033-f9f48c06bf94",
            "match": "https://api-prod.gambitprofit.com/api/matches/a5d3ac30-8917-4daa-8330-3e96ff05b817/?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 Under 221",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 221",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0a21441d-6d55-4454-be48-c5e400894ec4",
                    "gambit_id": "1c5f6956-df81-4f0b-93fe-d30a31ca8725",
                    "last_updated": "2022-11-19T10:43:35.903674-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 221",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "221.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02dadb0f-045b-4ba2-a033-f9f48c06bf94/?format=api"
                },
                {
                    "id": "66f33a82-6012-4db1-a597-d1e79d6d2a16",
                    "gambit_id": "7bcf18e3-b537-40dd-9d8e-e32ebd9ec2e7",
                    "last_updated": "2022-11-19T10:43:35.904844-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 221",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "221.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02dadb0f-045b-4ba2-a033-f9f48c06bf94/?format=api"
                }
            ]
        }
    ]
}