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/3917872a-ec60-4e0e-93c9-d45ca11f6a02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3917872a-ec60-4e0e-93c9-d45ca11f6a02",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "8d63deb5-52de-4f49-8acf-0ffa84346e18",
    "completed": true,
    "last_updated": "2023-07-09T20:33:34.559790-04:00",
    "created_at": "2023-07-08T09:58:14.465874-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.07,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/8d63deb5-52de-4f49-8acf-0ffa84346e18",
    "datetime": "2023-07-08T14:10:00-04:00",
    "cutoff_datetime": "2023-07-08T14:10:00-04:00",
    "name": "STL (M Mikolas) v. CWS (T Toussaint)",
    "bettypes": [
        {
            "id": "454228c7-e1c0-4516-96c0-722a5d50088c",
            "match": "https://api-prod.gambitprofit.com/api/matches/3917872a-ec60-4e0e-93c9-d45ca11f6a02/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-08T09:58:14.468582-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": "STL (M Mikolas)",
                        "amount": 5615.0
                    },
                    {
                        "team": "CWS (T Toussaint)",
                        "amount": 4385.0
                    }
                ],
                "expected_reward_tokens": 9601.65,
                "profit_sb": 101.65,
                "profit_sb_percentage": 1.07,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d63ab786-666d-4664-a99c-8658818e831b",
                    "gambit_id": "eb1c67e6-8ce0-4059-9b13-0e6e90668226",
                    "last_updated": "2023-07-09T20:33:34.564651-04:00",
                    "created_at": "2023-07-08T09:58:14.470672-04:00",
                    "name": "STL (M Mikolas)",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454228c7-e1c0-4516-96c0-722a5d50088c/?format=api"
                },
                {
                    "id": "f473bbd2-adf8-4fa6-94c3-e575fa272efb",
                    "gambit_id": "0662a261-02dd-4b73-afda-5d743371d813",
                    "last_updated": "2023-07-09T20:33:34.566835-04:00",
                    "created_at": "2023-07-08T09:58:14.472817-04:00",
                    "name": "CWS (T Toussaint)",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454228c7-e1c0-4516-96c0-722a5d50088c/?format=api"
                }
            ]
        },
        {
            "id": "4c7470bb-11c5-41b6-9170-8043c2b1646a",
            "match": "https://api-prod.gambitprofit.com/api/matches/3917872a-ec60-4e0e-93c9-d45ca11f6a02/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-08T09:58:14.474739-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": "CWS",
                        "amount": 5512.0
                    },
                    {
                        "team": "STL",
                        "amount": 4488.0
                    }
                ],
                "expected_reward_tokens": 9424.8,
                "profit_sb": -75.2,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ca260dbd-acd4-41d9-943e-4abf1628bce3",
                    "gambit_id": "b535f61e-7f96-4184-abad-48735ab85274",
                    "last_updated": "2023-07-09T20:33:34.572951-04:00",
                    "created_at": "2023-07-08T09:58:14.478559-04:00",
                    "name": "CWS",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7470bb-11c5-41b6-9170-8043c2b1646a/?format=api"
                },
                {
                    "id": "aac834c6-66b1-4e6e-a74a-4c765ef03888",
                    "gambit_id": "757119dd-98bf-491c-93b6-2d2fa4c9935c",
                    "last_updated": "2023-07-09T20:33:34.570753-04:00",
                    "created_at": "2023-07-08T09:58:14.476409-04:00",
                    "name": "STL",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7470bb-11c5-41b6-9170-8043c2b1646a/?format=api"
                }
            ]
        },
        {
            "id": "ded75082-e19c-445f-8fee-79b8c52aafca",
            "match": "https://api-prod.gambitprofit.com/api/matches/3917872a-ec60-4e0e-93c9-d45ca11f6a02/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-08T09:58:14.480371-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 10",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 10",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f49fd852-337a-4014-b315-2cf8f59818a1",
                    "gambit_id": "63d76824-af17-4217-bdda-41649a0c08b2",
                    "last_updated": "2023-07-09T20:33:34.576961-04:00",
                    "created_at": "2023-07-08T09:58:14.482115-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded75082-e19c-445f-8fee-79b8c52aafca/?format=api"
                },
                {
                    "id": "87ae58bc-16e6-4f8e-91ff-10209fab5d35",
                    "gambit_id": "d904658e-58c0-4bbb-914c-ca85518dbd82",
                    "last_updated": "2023-07-09T20:33:34.578919-04:00",
                    "created_at": "2023-07-08T09:58:14.483903-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded75082-e19c-445f-8fee-79b8c52aafca/?format=api"
                }
            ]
        }
    ]
}