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/3c8af5f7-85be-4142-b713-b0aa1922ef5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c8af5f7-85be-4142-b713-b0aa1922ef5d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "81b8ddfe-c338-4e32-8bc1-9ae0e0f81c3c",
    "completed": true,
    "last_updated": "2023-05-01T12:27:21.554387-04:00",
    "created_at": "2023-04-28T15:12:05.336940-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.85,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/81b8ddfe-c338-4e32-8bc1-9ae0e0f81c3c",
    "datetime": "2023-04-29T07:30:00-04:00",
    "cutoff_datetime": "2023-04-29T07:30:00-04:00",
    "name": "Crystal Palace v. West Ham United",
    "bettypes": [
        {
            "id": "e8ddef5a-0d7c-4945-85c3-b49ac98571c6",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c8af5f7-85be-4142-b713-b0aa1922ef5d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-28T15:12:05.343681-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Crystal Palace",
                        "amount": 5448.0
                    },
                    {
                        "team": "West Ham United",
                        "amount": 4552.0
                    }
                ],
                "expected_reward_tokens": 13291.84,
                "profit_sb": 3791.84,
                "profit_sb_percentage": 39.91,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Crystal Palace",
                        "amount": 3783.0
                    },
                    {
                        "team": "West Ham United",
                        "amount": 3161.0
                    },
                    {
                        "team": "Draw",
                        "amount": 3056.0
                    }
                ],
                "expected_reward_tokens": 9229.12,
                "profit_sb": -270.88,
                "profit_sb_percentage": -2.85,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a7970e75-82fc-4ca6-8784-b26fb615be6a",
                    "gambit_id": "ff79561d-499b-4dd5-9ff9-c91a4264fa8e",
                    "last_updated": "2023-05-01T12:27:21.562678-04:00",
                    "created_at": "2023-04-28T15:12:05.344939-04:00",
                    "name": "Crystal Palace",
                    "reward": "2.44000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
                },
                {
                    "id": "3c80f43c-f0d6-4f31-918e-37fc050d8e58",
                    "gambit_id": "2c52f619-6f57-4a60-b0b7-49d47d4d699d",
                    "last_updated": "2023-05-01T12:27:21.563969-04:00",
                    "created_at": "2023-04-28T15:12:05.347481-04:00",
                    "name": "West Ham United",
                    "reward": "2.92000",
                    "odds": "3.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
                },
                {
                    "id": "fc3bbe1c-4290-41d5-9de0-28c0c11d915c",
                    "gambit_id": "37ff746a-f5cf-48d3-a39f-e5a09ae4cea1",
                    "last_updated": "2023-05-01T12:27:21.565321-04:00",
                    "created_at": "2023-04-28T15:12:05.352594-04:00",
                    "name": "Draw",
                    "reward": "3.02000",
                    "odds": "3.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
                }
            ]
        },
        {
            "id": "1b682f41-a971-46f0-8b21-eaf55d290f7b",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c8af5f7-85be-4142-b713-b0aa1922ef5d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-28T15:12:05.339158-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 2.5",
                        "amount": 5523.0
                    },
                    {
                        "team": "Game Total Over 2.5",
                        "amount": 4477.0
                    }
                ],
                "expected_reward_tokens": 9222.62,
                "profit_sb": -277.38,
                "profit_sb_percentage": -2.92,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ffc277f1-c9f6-459c-96e3-e80511699bc9",
                    "gambit_id": "b6cbe719-511a-449d-94a7-8fa583d202e9",
                    "last_updated": "2023-05-01T12:27:21.558327-04:00",
                    "created_at": "2023-04-28T15:12:05.340792-04:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.67000",
                    "odds": "1.70000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b682f41-a971-46f0-8b21-eaf55d290f7b/?format=api"
                },
                {
                    "id": "f6a53648-67e1-4b4c-b27e-9003c8a6e853",
                    "gambit_id": "ae71c588-dff3-457f-85b2-527c83e7a512",
                    "last_updated": "2023-05-01T12:27:21.559954-04:00",
                    "created_at": "2023-04-28T15:12:05.342286-04:00",
                    "name": "Game Total Over 2.5",
                    "reward": "2.06000",
                    "odds": "2.10000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b682f41-a971-46f0-8b21-eaf55d290f7b/?format=api"
                }
            ]
        }
    ]
}