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/e112629a-91ac-4db2-ad67-f87911dbb31b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e112629a-91ac-4db2-ad67-f87911dbb31b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c90b7e14-2d0a-4bc7-9cb6-5f9fc4d6e24f",
    "completed": true,
    "last_updated": "2023-09-08T09:38:01.282396-04:00",
    "created_at": "2023-09-07T08:48:14.469502-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/c90b7e14-2d0a-4bc7-9cb6-5f9fc4d6e24f",
    "datetime": "2023-09-07T19:05:00-04:00",
    "cutoff_datetime": "2023-09-07T19:05:00-04:00",
    "name": "DET (Ed Rodriguez) v. NYY (C Rodon)",
    "bettypes": [
        {
            "id": "b9f653a4-5e05-43a9-92f8-1ac8a5b0f9c3",
            "match": "https://api-prod.gambitprofit.com/api/matches/e112629a-91ac-4db2-ad67-f87911dbb31b/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-07T08:48:14.479599-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": "NYY (C Rodon)",
                        "amount": 5980.0
                    },
                    {
                        "team": "DET (Ed Rodriguez)",
                        "amount": 4020.0
                    }
                ],
                "expected_reward_tokens": 9567.6,
                "profit_sb": 67.6,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a54b9ca2-a669-4274-a189-7b5062ab5510",
                    "gambit_id": "6a25ac2d-feb4-49f8-8c70-3f25342a91e3",
                    "last_updated": "2023-09-08T09:38:01.298051-04:00",
                    "created_at": "2023-09-07T08:48:14.488966-04:00",
                    "name": "NYY (C Rodon)",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f653a4-5e05-43a9-92f8-1ac8a5b0f9c3/?format=api"
                },
                {
                    "id": "f841eb72-3b4a-4829-bc3b-4aa52e647201",
                    "gambit_id": "28ddce13-d707-46e0-a34d-272447db0cae",
                    "last_updated": "2023-09-08T09:38:01.294544-04:00",
                    "created_at": "2023-09-07T08:48:14.483879-04:00",
                    "name": "DET (Ed Rodriguez)",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f653a4-5e05-43a9-92f8-1ac8a5b0f9c3/?format=api"
                }
            ]
        },
        {
            "id": "23702b4d-68b5-4831-ba4c-21f96491b3d1",
            "match": "https://api-prod.gambitprofit.com/api/matches/e112629a-91ac-4db2-ad67-f87911dbb31b/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-07T08:48:14.494983-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": "DET",
                        "amount": 5773.0
                    },
                    {
                        "team": "NYY",
                        "amount": 4227.0
                    }
                ],
                "expected_reward_tokens": 9467.72,
                "profit_sb": -32.28,
                "profit_sb_percentage": -0.34,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9689bc0e-e0b8-4c93-b38b-b58247f08d16",
                    "gambit_id": "86914fdf-dfab-4e49-8f5b-37ad164480df",
                    "last_updated": "2023-09-08T09:38:01.305261-04:00",
                    "created_at": "2023-09-07T08:48:14.500268-04:00",
                    "name": "DET",
                    "reward": "1.64000",
                    "odds": "1.66670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23702b4d-68b5-4831-ba4c-21f96491b3d1/?format=api"
                },
                {
                    "id": "f13f0fcc-36bf-458c-8e79-e1af222b4266",
                    "gambit_id": "f99f6ab6-f05c-4b9e-8be6-94c8ad29a805",
                    "last_updated": "2023-09-08T09:38:01.308782-04:00",
                    "created_at": "2023-09-07T08:48:14.505507-04:00",
                    "name": "NYY",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23702b4d-68b5-4831-ba4c-21f96491b3d1/?format=api"
                }
            ]
        },
        {
            "id": "dc77a05b-7843-4cd7-b36a-6c7b83132a91",
            "match": "https://api-prod.gambitprofit.com/api/matches/e112629a-91ac-4db2-ad67-f87911dbb31b/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-07T08:48:14.509779-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.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ba994b61-09ee-437f-9f6e-4d501402654e",
                    "gambit_id": "18fbea2f-3158-4173-81f6-42f6c8883449",
                    "last_updated": "2023-09-08T09:38:01.316588-04:00",
                    "created_at": "2023-09-07T08:48:14.513933-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc77a05b-7843-4cd7-b36a-6c7b83132a91/?format=api"
                },
                {
                    "id": "135df07d-b123-44fb-81f3-627020f80fb3",
                    "gambit_id": "11484274-001a-4ea0-b01b-f92e5daaa261",
                    "last_updated": "2023-09-08T09:38:01.320638-04:00",
                    "created_at": "2023-09-07T08:48:14.518774-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc77a05b-7843-4cd7-b36a-6c7b83132a91/?format=api"
                }
            ]
        }
    ]
}