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/07a40923-91e6-43f7-b660-fc8099f97484/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07a40923-91e6-43f7-b660-fc8099f97484",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a5226199-7d48-4f4c-aee7-2a189b47c607",
    "completed": true,
    "last_updated": "2023-08-07T14:53:04.443944-04:00",
    "created_at": "2023-08-05T08:33:19.993191-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.93,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a5226199-7d48-4f4c-aee7-2a189b47c607",
    "datetime": "2023-08-05T19:10:00-04:00",
    "cutoff_datetime": "2023-08-05T19:10:00-04:00",
    "name": "CWS (M Kopech) v. CLE (N Syndergaard)",
    "bettypes": [
        {
            "id": "dc72c22e-49ce-4bc8-9cd9-bf311f9f4d12",
            "match": "https://api-prod.gambitprofit.com/api/matches/07a40923-91e6-43f7-b660-fc8099f97484/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-05T08:33:20.017059-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": "CLE (N Syndergaard)",
                        "amount": 5776.0
                    },
                    {
                        "team": "CWS (M Kopech)",
                        "amount": 4224.0
                    }
                ],
                "expected_reward_tokens": 9588.16,
                "profit_sb": 88.16,
                "profit_sb_percentage": 0.93,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c4a22f51-a2d7-4d3f-be5a-652fe7dcf8aa",
                    "gambit_id": "d75f926c-d70d-4cc7-9caa-609d15ddf621",
                    "last_updated": "2023-08-07T14:53:04.464574-04:00",
                    "created_at": "2023-08-05T08:33:20.031641-04:00",
                    "name": "CLE (N Syndergaard)",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc72c22e-49ce-4bc8-9cd9-bf311f9f4d12/?format=api"
                },
                {
                    "id": "d0c7af3b-cbcc-4b2d-8770-13a2187c52f9",
                    "gambit_id": "c9f06342-95ee-416a-b8e3-88d9693f0a80",
                    "last_updated": "2023-08-07T14:53:04.461074-04:00",
                    "created_at": "2023-08-05T08:33:20.022429-04:00",
                    "name": "CWS (M Kopech)",
                    "reward": "2.27000",
                    "odds": "2.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc72c22e-49ce-4bc8-9cd9-bf311f9f4d12/?format=api"
                }
            ]
        },
        {
            "id": "19068e63-befd-4341-90cb-6e092b78e436",
            "match": "https://api-prod.gambitprofit.com/api/matches/07a40923-91e6-43f7-b660-fc8099f97484/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-05T08:33:20.036676-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": 5939.0
                    },
                    {
                        "team": "CLE",
                        "amount": 4061.0
                    }
                ],
                "expected_reward_tokens": 9502.4,
                "profit_sb": 2.4,
                "profit_sb_percentage": 0.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d67b7a89-a26d-4e69-a41e-0a7a682df79d",
                    "gambit_id": "fab6187d-5f83-4fa6-ba85-f0f81fe5d808",
                    "last_updated": "2023-08-07T14:53:04.471870-04:00",
                    "created_at": "2023-08-05T08:33:20.040899-04:00",
                    "name": "CWS",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19068e63-befd-4341-90cb-6e092b78e436/?format=api"
                },
                {
                    "id": "c0063d08-dfdc-4c75-9196-bf65eb067a75",
                    "gambit_id": "15ffa9e6-31d2-487d-9771-6c99ab32600e",
                    "last_updated": "2023-08-07T14:53:04.476287-04:00",
                    "created_at": "2023-08-05T08:33:20.046305-04:00",
                    "name": "CLE",
                    "reward": "2.34000",
                    "odds": "2.40000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19068e63-befd-4341-90cb-6e092b78e436/?format=api"
                }
            ]
        },
        {
            "id": "e9377863-35eb-4e69-b85b-6d7f1206741f",
            "match": "https://api-prod.gambitprofit.com/api/matches/07a40923-91e6-43f7-b660-fc8099f97484/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-05T08:33:20.052385-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.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "63002f4d-ac3d-4a82-a714-7b8a571b202c",
                    "gambit_id": "0d521013-d624-4452-8acf-99b7e3e9607a",
                    "last_updated": "2023-08-07T14:53:04.486998-04:00",
                    "created_at": "2023-08-05T08:33:20.060828-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9377863-35eb-4e69-b85b-6d7f1206741f/?format=api"
                },
                {
                    "id": "613a0702-2c77-4b27-9e44-f01267ed8d35",
                    "gambit_id": "8a920744-a685-4e79-a344-6de33d8905d8",
                    "last_updated": "2023-08-07T14:53:04.483429-04:00",
                    "created_at": "2023-08-05T08:33:20.056598-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9377863-35eb-4e69-b85b-6d7f1206741f/?format=api"
                }
            ]
        }
    ]
}