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/4ef1b92f-9c74-4317-b7cf-201d7a88343d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ef1b92f-9c74-4317-b7cf-201d7a88343d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d293aa15-73df-419c-8e36-ec9224d34e30",
    "completed": true,
    "last_updated": "2023-04-19T13:37:13.154221-04:00",
    "created_at": "2023-04-18T12:12:03.290635-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.86,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/d293aa15-73df-419c-8e36-ec9224d34e30",
    "datetime": "2023-04-18T21:40:00-04:00",
    "cutoff_datetime": "2023-04-18T21:40:00-04:00",
    "name": "CHC (M Stroman) v. OAK (K Waldichuk)",
    "bettypes": [
        {
            "id": "0d993686-1ce4-48bf-9d36-19d40476d3f3",
            "match": "https://api-prod.gambitprofit.com/api/matches/4ef1b92f-9c74-4317-b7cf-201d7a88343d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-18T12:12:03.303028-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": "CHC (M Stroman)",
                        "amount": 6182.0
                    },
                    {
                        "team": "OAK (K Waldichuk)",
                        "amount": 3818.0
                    }
                ],
                "expected_reward_tokens": 9582.1,
                "profit_sb": 82.1,
                "profit_sb_percentage": 0.86,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7fe9e5ea-cfa1-4196-8982-f1db1cbc146b",
                    "gambit_id": "cfa82439-95f0-4ff4-9219-50dfeb74115e",
                    "last_updated": "2023-04-19T13:37:13.179015-04:00",
                    "created_at": "2023-04-18T12:12:03.306124-04:00",
                    "name": "CHC (M Stroman)",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d993686-1ce4-48bf-9d36-19d40476d3f3/?format=api"
                },
                {
                    "id": "408d1823-a2ef-4e28-8a9b-dab5437ad917",
                    "gambit_id": "27c46e5b-6249-4f77-be49-fbd44dc79bb6",
                    "last_updated": "2023-04-19T13:37:13.176161-04:00",
                    "created_at": "2023-04-18T12:12:03.304467-04:00",
                    "name": "OAK (K Waldichuk)",
                    "reward": "2.51000",
                    "odds": "2.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d993686-1ce4-48bf-9d36-19d40476d3f3/?format=api"
                }
            ]
        },
        {
            "id": "03fd7603-ee53-473f-9f61-ba7955481b47",
            "match": "https://api-prod.gambitprofit.com/api/matches/4ef1b92f-9c74-4317-b7cf-201d7a88343d/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-18T12:12:03.292533-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": "CHC",
                        "amount": 5213.0
                    },
                    {
                        "team": "OAK",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6c6216e3-a108-4069-b0a3-f4267f10763a",
                    "gambit_id": "7a5db789-a50c-45b7-b4a8-be29482718a9",
                    "last_updated": "2023-04-19T13:37:13.163058-04:00",
                    "created_at": "2023-04-18T12:12:03.296170-04:00",
                    "name": "CHC",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fd7603-ee53-473f-9f61-ba7955481b47/?format=api"
                },
                {
                    "id": "4b06a4be-8554-4477-ad4c-8c78b73f3843",
                    "gambit_id": "73e9d0d0-9a89-4416-a69f-429e1ba4f6f7",
                    "last_updated": "2023-04-19T13:37:13.160590-04:00",
                    "created_at": "2023-04-18T12:12:03.293952-04:00",
                    "name": "OAK",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fd7603-ee53-473f-9f61-ba7955481b47/?format=api"
                }
            ]
        },
        {
            "id": "c90c00cf-1b98-41a0-9044-d9905a59895b",
            "match": "https://api-prod.gambitprofit.com/api/matches/4ef1b92f-9c74-4317-b7cf-201d7a88343d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-18T12:12:03.298205-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 7.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 7.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "76e699d3-7b1d-4cf7-9442-b07b3ddc7e63",
                    "gambit_id": "30038409-2765-4b49-b1ab-1ad82ecb1adf",
                    "last_updated": "2023-04-19T13:37:13.170406-04:00",
                    "created_at": "2023-04-18T12:12:03.301448-04:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c90c00cf-1b98-41a0-9044-d9905a59895b/?format=api"
                },
                {
                    "id": "b07fbc94-2535-485c-b750-ecf46c5c058d",
                    "gambit_id": "d133c399-35e3-4ea7-9afc-792e3230ebe4",
                    "last_updated": "2023-04-19T13:37:13.167733-04:00",
                    "created_at": "2023-04-18T12:12:03.299885-04:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c90c00cf-1b98-41a0-9044-d9905a59895b/?format=api"
                }
            ]
        }
    ]
}