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/0eceecfa-afef-4fff-9c68-c24f57d40b48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eceecfa-afef-4fff-9c68-c24f57d40b48",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1ce8909c-bc65-4a5b-a850-92c06c8cee84",
    "completed": true,
    "last_updated": "2023-09-09T11:28:28.086347-04:00",
    "created_at": "2023-09-08T09:23:24.796055-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.06,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/1ce8909c-bc65-4a5b-a850-92c06c8cee84",
    "datetime": "2023-09-08T19:07:00-04:00",
    "cutoff_datetime": "2023-09-08T19:07:00-04:00",
    "name": "KAN (C Snider) v. TOR (Y Kikuchi)",
    "bettypes": [
        {
            "id": "4e6f3b19-a527-42bf-827f-4a87513555a3",
            "match": "https://api-prod.gambitprofit.com/api/matches/0eceecfa-afef-4fff-9c68-c24f57d40b48/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-08T09:23:24.807681-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": "TOR (Y Kikuchi)",
                        "amount": 7033.0
                    },
                    {
                        "team": "KAN (C Snider)",
                        "amount": 2967.0
                    }
                ],
                "expected_reward_tokens": 9494.4,
                "profit_sb": -5.6,
                "profit_sb_percentage": -0.06,
                "recommended": false
            },
            "lines": [
                {
                    "id": "334b4b5c-d42b-442c-8d4d-2edd0bab85a8",
                    "gambit_id": "03486f46-b46b-4914-8052-d31c391948fa",
                    "last_updated": "2023-09-09T11:28:28.102572-04:00",
                    "created_at": "2023-09-08T09:23:24.815876-04:00",
                    "name": "TOR (Y Kikuchi)",
                    "reward": "1.35000",
                    "odds": "1.37040",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e6f3b19-a527-42bf-827f-4a87513555a3/?format=api"
                },
                {
                    "id": "37ab7905-a55f-42e3-baaf-252b9a2a40c6",
                    "gambit_id": "550531a6-ff7d-41e5-91a4-e8ced43e0ea2",
                    "last_updated": "2023-09-09T11:28:28.099153-04:00",
                    "created_at": "2023-09-08T09:23:24.811806-04:00",
                    "name": "KAN (C Snider)",
                    "reward": "3.20000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e6f3b19-a527-42bf-827f-4a87513555a3/?format=api"
                }
            ]
        },
        {
            "id": "579bad8a-e073-43dd-a523-b3cb6e0af5d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/0eceecfa-afef-4fff-9c68-c24f57d40b48/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-08T09:23:24.819991-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": "TOR",
                        "amount": 5423.0
                    },
                    {
                        "team": "KAN",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f633c4b0-d070-49fb-b6cb-5e376c2ba0a7",
                    "gambit_id": "780bf0e4-7642-407f-8223-3aaffa375b3f",
                    "last_updated": "2023-09-09T11:28:28.112764-04:00",
                    "created_at": "2023-09-08T09:23:24.827564-04:00",
                    "name": "TOR",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579bad8a-e073-43dd-a523-b3cb6e0af5d2/?format=api"
                },
                {
                    "id": "c58f678c-2889-442d-85cd-08bdb3f945d5",
                    "gambit_id": "f6acf2a2-d757-447f-87a5-86b8f2eb9547",
                    "last_updated": "2023-09-09T11:28:28.109421-04:00",
                    "created_at": "2023-09-08T09:23:24.823607-04:00",
                    "name": "KAN",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579bad8a-e073-43dd-a523-b3cb6e0af5d2/?format=api"
                }
            ]
        },
        {
            "id": "398c1ed6-9259-4e82-aee7-6067153fcb25",
            "match": "https://api-prod.gambitprofit.com/api/matches/0eceecfa-afef-4fff-9c68-c24f57d40b48/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-08T09:23:24.831611-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": 5107.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "74877818-146c-45d3-9df6-3db4082844fc",
                    "gambit_id": "18af4df6-e92c-4e9f-b17d-190957a13ad6",
                    "last_updated": "2023-09-09T11:28:28.122894-04:00",
                    "created_at": "2023-09-08T09:23:24.841077-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/398c1ed6-9259-4e82-aee7-6067153fcb25/?format=api"
                },
                {
                    "id": "b656961f-6be7-4c38-ba76-754adb106b75",
                    "gambit_id": "2b840b9d-d139-43e8-bdca-bb1a49729b72",
                    "last_updated": "2023-09-09T11:28:28.119495-04:00",
                    "created_at": "2023-09-08T09:23:24.835514-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/398c1ed6-9259-4e82-aee7-6067153fcb25/?format=api"
                }
            ]
        }
    ]
}