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/243ea0b3-54a0-4fd0-b729-7858018ed0f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "243ea0b3-54a0-4fd0-b729-7858018ed0f2",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b667440a-ca8b-47a3-b8fb-bd367f1e0b87",
    "completed": true,
    "last_updated": "2023-06-29T18:03:04.380910-04:00",
    "created_at": "2023-06-28T08:48:02.822772-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.55,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/b667440a-ca8b-47a3-b8fb-bd367f1e0b87",
    "datetime": "2023-06-28T16:10:00-04:00",
    "cutoff_datetime": "2023-06-28T16:10:00-04:00",
    "name": "WAS (P Corbin) v. SEA (L Gilbert)",
    "bettypes": [
        {
            "id": "061166bc-7002-4343-9b39-8fa33f122c12",
            "match": "https://api-prod.gambitprofit.com/api/matches/243ea0b3-54a0-4fd0-b729-7858018ed0f2/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-28T08:48:02.825861-04: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": "SEA (L Gilbert)",
                        "amount": 7024.0
                    },
                    {
                        "team": "WAS (P Corbin)",
                        "amount": 2976.0
                    }
                ],
                "expected_reward_tokens": 9552.64,
                "profit_sb": 52.64,
                "profit_sb_percentage": 0.55,
                "recommended": true
            },
            "lines": [
                {
                    "id": "13031609-e943-4bf2-870e-f29afacda825",
                    "gambit_id": "5668fe43-645b-4b62-84c8-72af3360d613",
                    "last_updated": "2023-06-29T18:03:04.388087-04:00",
                    "created_at": "2023-06-28T08:48:02.830178-04:00",
                    "name": "SEA (L Gilbert)",
                    "reward": "1.36000",
                    "odds": "1.37040",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061166bc-7002-4343-9b39-8fa33f122c12/?format=api"
                },
                {
                    "id": "47721e5b-44f5-49a1-921e-08da25a856a5",
                    "gambit_id": "951f3020-3c05-44ec-ae0f-afe38447cf67",
                    "last_updated": "2023-06-29T18:03:04.385997-04:00",
                    "created_at": "2023-06-28T08:48:02.827910-04:00",
                    "name": "WAS (P Corbin)",
                    "reward": "3.21000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061166bc-7002-4343-9b39-8fa33f122c12/?format=api"
                }
            ]
        },
        {
            "id": "f12df37a-f537-4a55-8ee7-70cc43502ce2",
            "match": "https://api-prod.gambitprofit.com/api/matches/243ea0b3-54a0-4fd0-b729-7858018ed0f2/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-28T08:48:02.832104-04: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": "SEA",
                        "amount": 5512.0
                    },
                    {
                        "team": "WAS",
                        "amount": 4488.0
                    }
                ],
                "expected_reward_tokens": 9424.8,
                "profit_sb": -75.2,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "739d6799-7822-43b0-8ef8-3b6bb04b0041",
                    "gambit_id": "df47c567-66c2-44df-9729-bb530e85cbf1",
                    "last_updated": "2023-06-29T18:03:04.394722-04:00",
                    "created_at": "2023-06-28T08:48:02.836499-04:00",
                    "name": "SEA",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f12df37a-f537-4a55-8ee7-70cc43502ce2/?format=api"
                },
                {
                    "id": "ba241e49-f253-4607-b88a-18028e1a05a0",
                    "gambit_id": "8e78077a-e687-4850-8924-089c20452818",
                    "last_updated": "2023-06-29T18:03:04.392782-04:00",
                    "created_at": "2023-06-28T08:48:02.834414-04:00",
                    "name": "WAS",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f12df37a-f537-4a55-8ee7-70cc43502ce2/?format=api"
                }
            ]
        },
        {
            "id": "a07c4a86-46b3-4206-ab79-dea1c0dea8dd",
            "match": "https://api-prod.gambitprofit.com/api/matches/243ea0b3-54a0-4fd0-b729-7858018ed0f2/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-28T08:48:02.838698-04: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 8",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bcb68678-90e2-42a9-9f38-93f7e9677f20",
                    "gambit_id": "f8731c6d-90b0-4fbe-bcc4-4dd31f05e76d",
                    "last_updated": "2023-06-29T18:03:04.398442-04:00",
                    "created_at": "2023-06-28T08:48:02.840654-04:00",
                    "name": "Game Total Over 8",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a07c4a86-46b3-4206-ab79-dea1c0dea8dd/?format=api"
                },
                {
                    "id": "ace90ba8-cfdf-4f9a-b10c-701af83462e0",
                    "gambit_id": "f7567608-8d6c-432c-bc53-7d28155a59e4",
                    "last_updated": "2023-06-29T18:03:04.400291-04:00",
                    "created_at": "2023-06-28T08:48:02.842572-04:00",
                    "name": "Game Total Under 8",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a07c4a86-46b3-4206-ab79-dea1c0dea8dd/?format=api"
                }
            ]
        }
    ]
}