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/9e904307-c7e8-4a98-815d-3fcb958507b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e904307-c7e8-4a98-815d-3fcb958507b8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0d77490b-50a6-4ed5-bfc8-4384537b47f1",
    "completed": true,
    "last_updated": "2022-10-23T19:42:07.295096-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.36,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/0d77490b-50a6-4ed5-bfc8-4384537b47f1",
    "datetime": "2022-10-22T16:00:00-04:00",
    "cutoff_datetime": "2022-10-22T16:00:00-04:00",
    "name": "Hawaii v. Colorado State",
    "bettypes": [
        {
            "id": "62d45ad1-29df-4993-8635-32a3e1a42039",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e904307-c7e8-4a98-815d-3fcb958507b8/?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": "Colorado State",
                        "amount": 6667.0
                    },
                    {
                        "team": "Hawaii",
                        "amount": 3333.0
                    }
                ],
                "expected_reward_tokens": 9465.72,
                "profit_sb": -34.28,
                "profit_sb_percentage": -0.36,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fb9eb758-46e5-4048-91ff-048490ef35ba",
                    "gambit_id": "ed04c790-49b9-44f5-b5bd-ec02b56ca481",
                    "last_updated": "2022-10-23T19:42:07.300926-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado State",
                    "reward": "1.42000",
                    "odds": "1.43480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62d45ad1-29df-4993-8635-32a3e1a42039/?format=api"
                },
                {
                    "id": "4bcfb182-7bab-4b37-83a8-e22f864c4cd4",
                    "gambit_id": "25cdc2ca-f942-49ad-b554-edbafa96d90d",
                    "last_updated": "2022-10-23T19:42:07.301963-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Hawaii",
                    "reward": "2.84000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62d45ad1-29df-4993-8635-32a3e1a42039/?format=api"
                }
            ]
        },
        {
            "id": "f31393fa-dbc3-486b-b1b2-711d5f4500f9",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e904307-c7e8-4a98-815d-3fcb958507b8/?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": "Colorado State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Hawaii",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0402fbce-2da0-4cef-9117-f2ca5c0e80ca",
                    "gambit_id": "10323aa9-ccf1-4e58-9f0a-ba284c5c5132",
                    "last_updated": "2022-10-23T19:42:07.303966-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31393fa-dbc3-486b-b1b2-711d5f4500f9/?format=api"
                },
                {
                    "id": "7f328246-cc60-4cbb-b341-6373ff68c6eb",
                    "gambit_id": "27d5e592-440a-4393-883d-b2311ac9b69f",
                    "last_updated": "2022-10-23T19:42:07.304982-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Hawaii",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31393fa-dbc3-486b-b1b2-711d5f4500f9/?format=api"
                }
            ]
        },
        {
            "id": "27ec909c-156c-4fcf-af4f-4d4a6f1c3791",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e904307-c7e8-4a98-815d-3fcb958507b8/?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 46",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 46",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "524f9007-2718-4ace-8e40-36b1bf6adc0f",
                    "gambit_id": "c077190d-95c4-4854-9373-1b423a36ed50",
                    "last_updated": "2022-10-23T19:42:07.297826-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 46",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "46.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ec909c-156c-4fcf-af4f-4d4a6f1c3791/?format=api"
                },
                {
                    "id": "05959c3e-5d3a-4ef4-a841-ffef8d62f6ae",
                    "gambit_id": "1138b757-a2f1-445a-b2c6-a280908358d2",
                    "last_updated": "2022-10-23T19:42:07.298877-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 46",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "46.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ec909c-156c-4fcf-af4f-4d4a6f1c3791/?format=api"
                }
            ]
        }
    ]
}