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/71793adf-70bc-479a-ab8d-e93737c7df4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71793adf-70bc-479a-ab8d-e93737c7df4f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "076d30fb-fb9b-4565-95c1-5f277fb29edc",
    "completed": true,
    "last_updated": "2022-11-16T09:42:25.468622-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.74,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/076d30fb-fb9b-4565-95c1-5f277fb29edc",
    "datetime": "2022-11-15T22:00:00-05:00",
    "cutoff_datetime": "2022-11-15T22:00:00-05:00",
    "name": "Brooklyn Nets v. Sacramento Kings",
    "bettypes": [
        {
            "id": "84763357-e270-4569-8f27-7aade7c490ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/71793adf-70bc-479a-ab8d-e93737c7df4f/?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": "Sacramento Kings",
                        "amount": 5397.0
                    },
                    {
                        "team": "Brooklyn Nets",
                        "amount": 4603.0
                    }
                ],
                "expected_reward_tokens": 9066.96,
                "profit_sb": 66.96,
                "profit_sb_percentage": 0.74,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9d09e437-2a52-4671-8da0-330896b986f4",
                    "gambit_id": "ed91ce5f-88cc-4468-877c-9f6a64ed2a1f",
                    "last_updated": "2022-11-16T09:42:25.474454-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sacramento Kings",
                    "reward": "1.68000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84763357-e270-4569-8f27-7aade7c490ae/?format=api"
                },
                {
                    "id": "c061501d-fa15-49a5-98b0-eacc3862cf25",
                    "gambit_id": "7072c590-9377-419e-9132-23ca93c76220",
                    "last_updated": "2022-11-16T09:42:25.475510-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.97000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84763357-e270-4569-8f27-7aade7c490ae/?format=api"
                }
            ]
        },
        {
            "id": "f60c8eba-8e2c-4689-88b7-93b0539af1a8",
            "match": "https://api-prod.gambitprofit.com/api/matches/71793adf-70bc-479a-ab8d-e93737c7df4f/?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": "Sacramento Kings",
                        "amount": 5000.0
                    },
                    {
                        "team": "Brooklyn Nets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "53123512-7f10-40a0-bb40-655f30728419",
                    "gambit_id": "a32101c8-0cc7-4a46-816e-7bab9a7b2acc",
                    "last_updated": "2022-11-16T09:42:25.477811-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sacramento Kings",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f60c8eba-8e2c-4689-88b7-93b0539af1a8/?format=api"
                },
                {
                    "id": "3b75b3f7-41df-4818-a27d-51022244ec26",
                    "gambit_id": "8fa33e92-b900-4b18-ad42-45855bc79c5c",
                    "last_updated": "2022-11-16T09:42:25.478993-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f60c8eba-8e2c-4689-88b7-93b0539af1a8/?format=api"
                }
            ]
        },
        {
            "id": "890655a7-55ec-4ce9-a448-a7760fdd23b2",
            "match": "https://api-prod.gambitprofit.com/api/matches/71793adf-70bc-479a-ab8d-e93737c7df4f/?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 225.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 225.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d58a5456-4528-4fd9-89ab-3bc1f1ad001a",
                    "gambit_id": "da48045e-ff45-4ca6-88b1-e030c065afc6",
                    "last_updated": "2022-11-16T09:42:25.472215-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 225.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "225.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/890655a7-55ec-4ce9-a448-a7760fdd23b2/?format=api"
                },
                {
                    "id": "0a55884a-47b1-4ad2-8320-21f75d4dd144",
                    "gambit_id": "b29c7d4c-07d7-4a5a-a967-39fc7dcbdc9f",
                    "last_updated": "2022-11-16T09:42:25.471127-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 225.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "225.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/890655a7-55ec-4ce9-a448-a7760fdd23b2/?format=api"
                }
            ]
        }
    ]
}