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/00c26fcc-8794-40bb-b9d3-425644775b98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00c26fcc-8794-40bb-b9d3-425644775b98",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d6690050-2641-4b5e-892c-b954cd4dc658",
    "completed": true,
    "last_updated": "2022-09-11T09:57:39.113892-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.9,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d6690050-2641-4b5e-892c-b954cd4dc658",
    "datetime": "2022-09-10T19:30:00-04:00",
    "cutoff_datetime": "2022-09-10T19:30:00-04:00",
    "name": "USC v. Stanford",
    "bettypes": [
        {
            "id": "31cbfda0-81a2-4e5c-a19f-b4093e3e66f6",
            "match": "https://api-prod.gambitprofit.com/api/matches/00c26fcc-8794-40bb-b9d3-425644775b98/?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": "USC",
                        "amount": 7292.0
                    },
                    {
                        "team": "Stanford",
                        "amount": 2708.0
                    }
                ],
                "expected_reward_tokens": 9260.84,
                "profit_sb": 260.84,
                "profit_sb_percentage": 2.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b73404f9-2ea4-4b8d-8a0f-ddc25133daff",
                    "gambit_id": "eff4f924-cc82-420a-ad33-4108129e435a",
                    "last_updated": "2022-09-11T09:57:39.121308-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.27000",
                    "odds": "1.30300",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cbfda0-81a2-4e5c-a19f-b4093e3e66f6/?format=api"
                },
                {
                    "id": "98692fde-7462-4d44-a9a3-0e4d2feeecdf",
                    "gambit_id": "a4359850-bbef-4588-8dac-278103daa1d4",
                    "last_updated": "2022-09-11T09:57:39.120174-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Stanford",
                    "reward": "3.42000",
                    "odds": "3.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cbfda0-81a2-4e5c-a19f-b4093e3e66f6/?format=api"
                }
            ]
        },
        {
            "id": "2278f430-7272-4ea0-b83e-03b70d13b96b",
            "match": "https://api-prod.gambitprofit.com/api/matches/00c26fcc-8794-40bb-b9d3-425644775b98/?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": "Stanford",
                        "amount": 5000.0
                    },
                    {
                        "team": "USC",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b972d557-81a7-4b2d-9de0-d2d80b23409b",
                    "gambit_id": "27d60474-ee1c-47d7-90af-a124ee93dace",
                    "last_updated": "2022-09-11T09:57:39.123711-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Stanford",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2278f430-7272-4ea0-b83e-03b70d13b96b/?format=api"
                },
                {
                    "id": "0c56a8ee-9da7-4ff6-997c-ad8ffe0cc426",
                    "gambit_id": "e9fae97c-e8ff-44e1-8112-940dfefb0468",
                    "last_updated": "2022-09-11T09:57:39.124826-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2278f430-7272-4ea0-b83e-03b70d13b96b/?format=api"
                }
            ]
        },
        {
            "id": "4632ba6e-18bb-4c89-918f-1b6da7cd4ae6",
            "match": "https://api-prod.gambitprofit.com/api/matches/00c26fcc-8794-40bb-b9d3-425644775b98/?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 66.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 66.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d0b5e926-bd26-45cc-8a62-df208ff0e27e",
                    "gambit_id": "4b8aeab8-12f4-4a26-9643-ad69f9a7f3af",
                    "last_updated": "2022-09-11T09:57:39.116710-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 66.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "66.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4632ba6e-18bb-4c89-918f-1b6da7cd4ae6/?format=api"
                },
                {
                    "id": "d7ee43ea-9a28-4b8b-b68c-ed36ade887ef",
                    "gambit_id": "410026cb-3d13-4294-ba3e-8480e8628685",
                    "last_updated": "2022-09-11T09:57:39.117889-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 66.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "66.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4632ba6e-18bb-4c89-918f-1b6da7cd4ae6/?format=api"
                }
            ]
        }
    ]
}