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/95372ce9-2963-4538-9dd4-cb62d6f30ce1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95372ce9-2963-4538-9dd4-cb62d6f30ce1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "87d01f69-9f6d-481d-8812-0b49e1d6506c",
    "completed": true,
    "last_updated": "2022-09-11T10:47:32.073834-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.73,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/87d01f69-9f6d-481d-8812-0b49e1d6506c",
    "datetime": "2022-09-10T18:00:00-04:00",
    "cutoff_datetime": "2022-09-10T18:00:00-04:00",
    "name": "Kansas v. West Virginia",
    "bettypes": [
        {
            "id": "bd5881f6-c1c0-4a69-a30c-d1d76ae02ae0",
            "match": "https://api-prod.gambitprofit.com/api/matches/95372ce9-2963-4538-9dd4-cb62d6f30ce1/?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": "West Virginia",
                        "amount": 7979.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 2021.0
                    }
                ],
                "expected_reward_tokens": 9335.43,
                "profit_sb": 335.43,
                "profit_sb_percentage": 3.73,
                "recommended": true
            },
            "lines": [
                {
                    "id": "be11ccc6-0395-4f0b-a0a3-8c9903d9205d",
                    "gambit_id": "1c3717c4-df4e-4339-9e2c-e39a232415cc",
                    "last_updated": "2022-09-11T10:47:32.080501-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "West Virginia",
                    "reward": "1.17000",
                    "odds": "1.18520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5881f6-c1c0-4a69-a30c-d1d76ae02ae0/?format=api"
                },
                {
                    "id": "4e47fe07-ed37-46dd-966b-b2dec36d2558",
                    "gambit_id": "61dc4b2c-e031-46c4-a23a-65aec16a62e7",
                    "last_updated": "2022-09-11T10:47:32.081663-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "4.62000",
                    "odds": "5.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5881f6-c1c0-4a69-a30c-d1d76ae02ae0/?format=api"
                }
            ]
        },
        {
            "id": "1cb29e26-89ad-4b9f-8835-89b44e1b7fa7",
            "match": "https://api-prod.gambitprofit.com/api/matches/95372ce9-2963-4538-9dd4-cb62d6f30ce1/?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": "West Virginia",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "494ec067-e9e0-4ec0-abe9-b3bf30ef2eb5",
                    "gambit_id": "606ca6b8-104a-4916-9f86-53c6320a7491",
                    "last_updated": "2022-09-11T10:47:32.083715-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "West Virginia",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb29e26-89ad-4b9f-8835-89b44e1b7fa7/?format=api"
                },
                {
                    "id": "1a19f471-ffd5-4a24-9e5d-fccd6eb0312d",
                    "gambit_id": "2116ed73-70d3-49f8-b2e7-b7d4afe27e52",
                    "last_updated": "2022-09-11T10:47:32.084716-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb29e26-89ad-4b9f-8835-89b44e1b7fa7/?format=api"
                }
            ]
        },
        {
            "id": "370cc65e-224a-43c5-9fe7-0a692f8e20f8",
            "match": "https://api-prod.gambitprofit.com/api/matches/95372ce9-2963-4538-9dd4-cb62d6f30ce1/?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 59.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 59.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "62c48e59-95d0-4554-a554-d759cba30fb4",
                    "gambit_id": "ca1a527d-f021-4486-b05d-a6b370dd1d82",
                    "last_updated": "2022-09-11T10:47:32.076979-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 59.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "59.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/370cc65e-224a-43c5-9fe7-0a692f8e20f8/?format=api"
                },
                {
                    "id": "ec087195-ac35-407e-a15b-8d47ae268461",
                    "gambit_id": "f611160a-8c3d-4343-bd86-39fa1e3b7945",
                    "last_updated": "2022-09-11T10:47:32.078166-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 59.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "59.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/370cc65e-224a-43c5-9fe7-0a692f8e20f8/?format=api"
                }
            ]
        }
    ]
}