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/60130768-9b14-41bf-b52f-9eb9b4d38d07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60130768-9b14-41bf-b52f-9eb9b4d38d07",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e1f5d2bb-029f-4c1a-82ee-cb87d7fe9d86",
    "completed": true,
    "last_updated": "2023-10-24T10:18:14.655341-04:00",
    "created_at": "2023-10-23T09:23:23.446738-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.69,
    "sport_category": "MLB Playoffs",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/e1f5d2bb-029f-4c1a-82ee-cb87d7fe9d86",
    "datetime": "2023-10-23T20:03:00-04:00",
    "cutoff_datetime": "2023-10-23T20:03:00-04:00",
    "name": "TEX (M Scherzer) v. HOU (C Javier)",
    "bettypes": [
        {
            "id": "14da1481-5949-4f97-9c4f-53f845f19970",
            "match": "https://api-prod.gambitprofit.com/api/matches/60130768-9b14-41bf-b52f-9eb9b4d38d07/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-10-23T09:23:23.470553-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": "HOU (C Javier)",
                        "amount": 5530.0
                    },
                    {
                        "team": "TEX (M Scherzer)",
                        "amount": 4470.0
                    }
                ],
                "expected_reward_tokens": 9565.8,
                "profit_sb": 65.8,
                "profit_sb_percentage": 0.69,
                "recommended": true
            },
            "lines": [
                {
                    "id": "527835f7-d90e-4f1f-8265-b33043648710",
                    "gambit_id": "49e60cc7-7a2d-41cf-a027-2d21b57fb968",
                    "last_updated": "2023-10-24T10:18:14.679615-04:00",
                    "created_at": "2023-10-23T09:23:23.481197-04:00",
                    "name": "HOU (C Javier)",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14da1481-5949-4f97-9c4f-53f845f19970/?format=api"
                },
                {
                    "id": "7671c401-3e4d-4f8f-af09-3260c9936439",
                    "gambit_id": "0bbb73dd-0391-47f3-bce9-c28ec1bf0546",
                    "last_updated": "2023-10-24T10:18:14.675775-04:00",
                    "created_at": "2023-10-23T09:23:23.476441-04:00",
                    "name": "TEX (M Scherzer)",
                    "reward": "2.14000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14da1481-5949-4f97-9c4f-53f845f19970/?format=api"
                }
            ]
        },
        {
            "id": "0968d4cb-bbd2-4e2c-aa81-451d903fb9e7",
            "match": "https://api-prod.gambitprofit.com/api/matches/60130768-9b14-41bf-b52f-9eb9b4d38d07/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-10-23T09:23:23.485797-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": "TEX",
                        "amount": 6160.0
                    },
                    {
                        "team": "HOU",
                        "amount": 3840.0
                    }
                ],
                "expected_reward_tokens": 9484.8,
                "profit_sb": -15.2,
                "profit_sb_percentage": -0.16,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ad9f5c4a-6cfb-4fce-9b25-5a3fab558221",
                    "gambit_id": "36591a46-c653-4d28-85e3-597c5338df59",
                    "last_updated": "2023-10-24T10:18:14.686540-04:00",
                    "created_at": "2023-10-23T09:23:23.490427-04:00",
                    "name": "TEX",
                    "reward": "1.54000",
                    "odds": "1.57140",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0968d4cb-bbd2-4e2c-aa81-451d903fb9e7/?format=api"
                },
                {
                    "id": "566bb1cd-f9f5-4dbe-b462-8c692bd74626",
                    "gambit_id": "3d914398-d0d2-4fc0-b85e-a20325778f5b",
                    "last_updated": "2023-10-24T10:18:14.696076-04:00",
                    "created_at": "2023-10-23T09:23:23.494898-04:00",
                    "name": "HOU",
                    "reward": "2.47000",
                    "odds": "2.55000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0968d4cb-bbd2-4e2c-aa81-451d903fb9e7/?format=api"
                }
            ]
        },
        {
            "id": "f871479b-625c-4a7a-af9b-f670c6788e31",
            "match": "https://api-prod.gambitprofit.com/api/matches/60130768-9b14-41bf-b52f-9eb9b4d38d07/?format=api",
            "name": "Over/Under",
            "created_at": "2023-10-23T09:23:23.499568-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 Under 9",
                        "amount": 5319.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4681.0
                    }
                ],
                "expected_reward_tokens": 9361.44,
                "profit_sb": -138.56,
                "profit_sb_percentage": -1.46,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a7c134b3-8f70-42c0-ba97-c14a5bb9c484",
                    "gambit_id": "add53921-e0ca-48bb-aa52-e404a9198e12",
                    "last_updated": "2023-10-24T10:18:14.704851-04:00",
                    "created_at": "2023-10-23T09:23:23.508168-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f871479b-625c-4a7a-af9b-f670c6788e31/?format=api"
                },
                {
                    "id": "599f6903-0a7b-41d8-b2ea-c77f3a5b0597",
                    "gambit_id": "169df739-1af9-4898-b18c-c8d1c1eebb37",
                    "last_updated": "2023-10-24T10:18:14.708524-04:00",
                    "created_at": "2023-10-23T09:23:23.503626-04:00",
                    "name": "Game Total Over 9",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f871479b-625c-4a7a-af9b-f670c6788e31/?format=api"
                }
            ]
        }
    ]
}