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/43bd91a8-32a6-41cf-a882-fe1d236fbfe0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43bd91a8-32a6-41cf-a882-fe1d236fbfe0",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0e32290b-0062-4705-b986-c0235098e981",
    "completed": true,
    "last_updated": "2023-08-28T16:23:31.625597-04:00",
    "created_at": "2023-08-26T09:23:23.793763-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/0e32290b-0062-4705-b986-c0235098e981",
    "datetime": "2023-08-26T16:05:00-04:00",
    "cutoff_datetime": "2023-08-26T16:05:00-04:00",
    "name": "ATL (M Fried) v. SFO (R Walker)",
    "bettypes": [
        {
            "id": "43732bdd-2a4d-40ad-a6e7-9ebe20bc7a39",
            "match": "https://api-prod.gambitprofit.com/api/matches/43bd91a8-32a6-41cf-a882-fe1d236fbfe0/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-26T09:23:23.814626-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": "ATL (M Fried)",
                        "amount": 6173.0
                    },
                    {
                        "team": "SFO (R Walker)",
                        "amount": 3827.0
                    }
                ],
                "expected_reward_tokens": 9567.5,
                "profit_sb": 67.5,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "46f2de13-0373-4a2a-8f6e-f977c75b2e18",
                    "gambit_id": "adb30328-8414-4c7a-bf06-fe6e1c33ce3c",
                    "last_updated": "2023-08-28T16:23:31.638031-04:00",
                    "created_at": "2023-08-26T09:23:23.819895-04:00",
                    "name": "ATL (M Fried)",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43732bdd-2a4d-40ad-a6e7-9ebe20bc7a39/?format=api"
                },
                {
                    "id": "4090c671-a0b5-4da3-a33a-ea468c7ef730",
                    "gambit_id": "ff621f6c-ab9f-43b2-998d-4f0d68d1c9d6",
                    "last_updated": "2023-08-28T16:23:31.641941-04:00",
                    "created_at": "2023-08-26T09:23:23.824125-04:00",
                    "name": "SFO (R Walker)",
                    "reward": "2.50000",
                    "odds": "2.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43732bdd-2a4d-40ad-a6e7-9ebe20bc7a39/?format=api"
                }
            ]
        },
        {
            "id": "d1f93f29-4a40-455d-b48e-53e309b38077",
            "match": "https://api-prod.gambitprofit.com/api/matches/43bd91a8-32a6-41cf-a882-fe1d236fbfe0/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-26T09:23:23.828914-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": "ATL",
                        "amount": 5107.0
                    },
                    {
                        "team": "SFO",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1abab829-7e5e-49d7-8c82-3b1e66e0b608",
                    "gambit_id": "739a0464-9f6e-4d93-a58c-fe53bdf227a8",
                    "last_updated": "2023-08-28T16:23:31.652632-04:00",
                    "created_at": "2023-08-26T09:23:23.832372-04:00",
                    "name": "ATL",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f93f29-4a40-455d-b48e-53e309b38077/?format=api"
                },
                {
                    "id": "d279fa2f-a93d-4617-825e-24ddce9f96a8",
                    "gambit_id": "796a6ae1-5a85-4479-a1aa-bcaf6b7fbfad",
                    "last_updated": "2023-08-28T16:23:31.656206-04:00",
                    "created_at": "2023-08-26T09:23:23.836326-04:00",
                    "name": "SFO",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f93f29-4a40-455d-b48e-53e309b38077/?format=api"
                }
            ]
        },
        {
            "id": "2908c41f-d4f8-4180-bc32-2da95fd53386",
            "match": "https://api-prod.gambitprofit.com/api/matches/43bd91a8-32a6-41cf-a882-fe1d236fbfe0/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-26T09:23:23.840109-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": 5213.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "da86a418-63a2-4c1e-be39-4030c5aa7145",
                    "gambit_id": "94e76a17-a4ee-42d1-9667-04900e2592de",
                    "last_updated": "2023-08-28T16:23:31.662957-04:00",
                    "created_at": "2023-08-26T09:23:23.844108-04:00",
                    "name": "Game Total Over 8",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2908c41f-d4f8-4180-bc32-2da95fd53386/?format=api"
                },
                {
                    "id": "67107f47-7794-4031-a938-3c7bbd4dcc40",
                    "gambit_id": "3bec4dd9-3bfb-4f4d-9da6-2acf1eaf1d81",
                    "last_updated": "2023-08-28T16:23:31.667053-04:00",
                    "created_at": "2023-08-26T09:23:23.847945-04:00",
                    "name": "Game Total Under 8",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2908c41f-d4f8-4180-bc32-2da95fd53386/?format=api"
                }
            ]
        }
    ]
}