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/cbd9a218-31f4-43cf-b35c-9d79d0e8159c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbd9a218-31f4-43cf-b35c-9d79d0e8159c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "49cd9778-2be5-4ee0-b54f-c18ce27173e3",
    "completed": true,
    "last_updated": "2022-11-28T11:16:55.130070-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/49cd9778-2be5-4ee0-b54f-c18ce27173e3",
    "datetime": "2022-11-26T21:10:00-05:00",
    "cutoff_datetime": "2022-11-26T21:10:00-05:00",
    "name": "Utah Jazz v. Phoenix Suns",
    "bettypes": [
        {
            "id": "15ff8566-9fed-4225-948e-0882f9ebbb4d",
            "match": "https://api-prod.gambitprofit.com/api/matches/cbd9a218-31f4-43cf-b35c-9d79d0e8159c/?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": "Phoenix Suns",
                        "amount": 6642.0
                    },
                    {
                        "team": "Utah Jazz",
                        "amount": 3358.0
                    }
                ],
                "expected_reward_tokens": 9099.54,
                "profit_sb": 99.54,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b329c7f4-a016-4907-81ae-53aaeef3f2ca",
                    "gambit_id": "028a58e0-610c-4f7c-8736-aee98bbba99c",
                    "last_updated": "2022-11-28T11:16:55.132993-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Phoenix Suns",
                    "reward": "1.37000",
                    "odds": "1.42550",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ff8566-9fed-4225-948e-0882f9ebbb4d/?format=api"
                },
                {
                    "id": "d11f8138-119d-45da-83ce-e9510d5e084d",
                    "gambit_id": "ae230853-d656-40b0-9171-7498959226c9",
                    "last_updated": "2022-11-28T11:16:55.134045-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah Jazz",
                    "reward": "2.71000",
                    "odds": "2.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ff8566-9fed-4225-948e-0882f9ebbb4d/?format=api"
                }
            ]
        },
        {
            "id": "226ea9d5-881c-455f-86d0-e88997bead43",
            "match": "https://api-prod.gambitprofit.com/api/matches/cbd9a218-31f4-43cf-b35c-9d79d0e8159c/?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": "Phoenix Suns",
                        "amount": 5000.0
                    },
                    {
                        "team": "Utah Jazz",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d23269e8-c09c-414f-b2f3-7974171f153f",
                    "gambit_id": "1ff9bf81-c9ca-41cc-a38b-1df1fdc36044",
                    "last_updated": "2022-11-28T11:16:55.138954-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Phoenix Suns",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226ea9d5-881c-455f-86d0-e88997bead43/?format=api"
                },
                {
                    "id": "cb7b8346-d3e6-4d58-8afc-1f3f26a505e2",
                    "gambit_id": "7dddd88c-7ae5-4c9a-8899-88e8ad55022b",
                    "last_updated": "2022-11-28T11:16:55.139933-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah Jazz",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226ea9d5-881c-455f-86d0-e88997bead43/?format=api"
                }
            ]
        },
        {
            "id": "83f659d5-1fba-4aa7-9c51-876fc52dcc0c",
            "match": "https://api-prod.gambitprofit.com/api/matches/cbd9a218-31f4-43cf-b35c-9d79d0e8159c/?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 232",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 232",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "53255bb4-5d1c-4417-929d-2a5770c709b0",
                    "gambit_id": "2f9b8545-9ded-4e2a-9dd0-e86f84e1eaf6",
                    "last_updated": "2022-11-28T11:16:55.136012-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 232",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "232.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f659d5-1fba-4aa7-9c51-876fc52dcc0c/?format=api"
                },
                {
                    "id": "c2a3bbf1-c45d-45ec-8513-9664ffc9c8f2",
                    "gambit_id": "d7d135f4-c73a-43ff-bb68-ba1745491999",
                    "last_updated": "2022-11-28T11:16:55.137005-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 232",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "232.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f659d5-1fba-4aa7-9c51-876fc52dcc0c/?format=api"
                }
            ]
        }
    ]
}