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/f844c0da-f07a-4365-9890-d4a4810fb692/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f844c0da-f07a-4365-9890-d4a4810fb692",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "99875c2a-5f66-4174-83b1-46cee3967498",
    "completed": true,
    "last_updated": "2022-10-11T10:47:29.158756-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.05,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/99875c2a-5f66-4174-83b1-46cee3967498",
    "datetime": "2022-10-08T12:00:00-04:00",
    "cutoff_datetime": "2022-10-08T12:00:00-04:00",
    "name": "Tennessee v. LSU",
    "bettypes": [
        {
            "id": "bfb718c0-0736-4850-ac0b-a86cc97e14d8",
            "match": "https://api-prod.gambitprofit.com/api/matches/f844c0da-f07a-4365-9890-d4a4810fb692/?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": "Tennessee",
                        "amount": 5521.0
                    },
                    {
                        "team": "LSU",
                        "amount": 4479.0
                    }
                ],
                "expected_reward_tokens": 9495.48,
                "profit_sb": -4.52,
                "profit_sb_percentage": -0.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8afcf1c6-ffc2-4b6a-a6d3-75e6b399e1f2",
                    "gambit_id": "37b6886b-e481-4459-9062-65166dfcfd58",
                    "last_updated": "2022-10-11T10:47:29.164886-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee",
                    "reward": "1.72000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb718c0-0736-4850-ac0b-a86cc97e14d8/?format=api"
                },
                {
                    "id": "118291a7-fe3d-4d8b-b815-ab95981d1da7",
                    "gambit_id": "9e61c74d-68af-4b83-80c8-28fc898d1360",
                    "last_updated": "2022-10-11T10:47:29.163954-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "2.12000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb718c0-0736-4850-ac0b-a86cc97e14d8/?format=api"
                }
            ]
        },
        {
            "id": "e6f359a9-9022-4340-92c0-a78b1ff46d22",
            "match": "https://api-prod.gambitprofit.com/api/matches/f844c0da-f07a-4365-9890-d4a4810fb692/?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": "LSU",
                        "amount": 5000.0
                    },
                    {
                        "team": "Tennessee",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2f90710d-a596-4616-b918-38e259bba0ed",
                    "gambit_id": "e1f82316-6735-4787-b0ea-17035363eff3",
                    "last_updated": "2022-10-11T10:47:29.166778-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f359a9-9022-4340-92c0-a78b1ff46d22/?format=api"
                },
                {
                    "id": "bb8f21f7-af43-499e-b96d-0bda9a3ea475",
                    "gambit_id": "39a51b5f-d1ed-4a1e-8f24-43e83262fb42",
                    "last_updated": "2022-10-11T10:47:29.167712-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f359a9-9022-4340-92c0-a78b1ff46d22/?format=api"
                }
            ]
        },
        {
            "id": "31d6b54d-0a22-46ca-a800-95d51c59c522",
            "match": "https://api-prod.gambitprofit.com/api/matches/f844c0da-f07a-4365-9890-d4a4810fb692/?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 63.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 63.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b2845397-8acb-423c-bc9a-2c9a5c67d07b",
                    "gambit_id": "85c72827-81f7-4074-b313-da3076416e6c",
                    "last_updated": "2022-10-11T10:47:29.161110-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 63.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "63.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d6b54d-0a22-46ca-a800-95d51c59c522/?format=api"
                },
                {
                    "id": "2657c768-2512-49ca-b110-f38dc1e27fbe",
                    "gambit_id": "3e0244d3-b524-4296-acdc-1e11fd16b1ee",
                    "last_updated": "2022-10-11T10:47:29.162064-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 63.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "63.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d6b54d-0a22-46ca-a800-95d51c59c522/?format=api"
                }
            ]
        }
    ]
}