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/0caaf173-cb0e-4022-bb12-441612a04482/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0caaf173-cb0e-4022-bb12-441612a04482",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3c8dac9d-8a0c-48d4-bc3d-1763054cc3ae",
    "completed": true,
    "last_updated": "2022-10-11T11:32:03.919738-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.71,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3c8dac9d-8a0c-48d4-bc3d-1763054cc3ae",
    "datetime": "2022-10-08T19:30:00-04:00",
    "cutoff_datetime": "2022-10-08T19:30:00-04:00",
    "name": "Kansas State v. Iowa State",
    "bettypes": [
        {
            "id": "95f5a32f-e28a-4a4d-8512-2d2db2a446f4",
            "match": "https://api-prod.gambitprofit.com/api/matches/0caaf173-cb0e-4022-bb12-441612a04482/?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": "Kansas State",
                        "amount": 5212.0
                    },
                    {
                        "team": "Iowa State",
                        "amount": 4788.0
                    }
                ],
                "expected_reward_tokens": 9432.36,
                "profit_sb": -67.64,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "74a8a70b-1bb2-4163-961e-cf2ab6dadbf0",
                    "gambit_id": "fdfef51e-2a81-4943-a26a-60e71ffe3a90",
                    "last_updated": "2022-10-11T11:32:03.926583-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95f5a32f-e28a-4a4d-8512-2d2db2a446f4/?format=api"
                },
                {
                    "id": "82fb79d6-7e7d-451c-a88f-bee7cb4c9ac8",
                    "gambit_id": "cacb776c-18ce-4497-9d84-5417f2599553",
                    "last_updated": "2022-10-11T11:32:03.925525-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "1.97000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95f5a32f-e28a-4a4d-8512-2d2db2a446f4/?format=api"
                }
            ]
        },
        {
            "id": "f28c416c-f9c3-482d-800e-5aa3fc09f81b",
            "match": "https://api-prod.gambitprofit.com/api/matches/0caaf173-cb0e-4022-bb12-441612a04482/?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": "Kansas State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Iowa State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c61ee57c-c864-45cf-8ffb-9aa902e95f21",
                    "gambit_id": "14672374-f5de-47d4-ae04-3bf05f3bf904",
                    "last_updated": "2022-10-11T11:32:03.929509-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f28c416c-f9c3-482d-800e-5aa3fc09f81b/?format=api"
                },
                {
                    "id": "2fcb854d-45d6-493a-861d-06e74aab08d5",
                    "gambit_id": "547677cc-43b8-4dd7-9270-cc83fb746287",
                    "last_updated": "2022-10-11T11:32:03.928537-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f28c416c-f9c3-482d-800e-5aa3fc09f81b/?format=api"
                }
            ]
        },
        {
            "id": "193a85cb-9edd-4240-a4c2-43d8ca701eaf",
            "match": "https://api-prod.gambitprofit.com/api/matches/0caaf173-cb0e-4022-bb12-441612a04482/?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 Over 45",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 45",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c4a6e471-a368-4133-aa8c-31e933442448",
                    "gambit_id": "7d722c8d-d2ed-46b8-b76e-86cd4f3e0d2a",
                    "last_updated": "2022-10-11T11:32:03.923619-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193a85cb-9edd-4240-a4c2-43d8ca701eaf/?format=api"
                },
                {
                    "id": "f4eb1bd3-68cf-4581-b8e2-e6031e6a3a50",
                    "gambit_id": "78d77700-fb84-4a69-96a6-b7cfa32f154a",
                    "last_updated": "2022-10-11T11:32:03.922639-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193a85cb-9edd-4240-a4c2-43d8ca701eaf/?format=api"
                }
            ]
        }
    ]
}