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/e1a44c46-8c3f-429c-a5a6-b58319d1e805/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1a44c46-8c3f-429c-a5a6-b58319d1e805",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f032a812-c394-4d63-ad70-2d166b8227ef",
    "completed": true,
    "last_updated": "2022-11-28T13:52:13.837661-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.54,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/f032a812-c394-4d63-ad70-2d166b8227ef",
    "datetime": "2022-11-27T17:10:00-05:00",
    "cutoff_datetime": "2022-11-27T17:10:00-05:00",
    "name": "Miami Heat v. Atlanta Hawks",
    "bettypes": [
        {
            "id": "00016e4c-e095-4d4d-ab52-e2b83cc64463",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1a44c46-8c3f-429c-a5a6-b58319d1e805/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05: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": "Atlanta Hawks",
                        "amount": 5974.0
                    },
                    {
                        "team": "Miami Heat",
                        "amount": 4026.0
                    }
                ],
                "expected_reward_tokens": 9139.02,
                "profit_sb": 139.02,
                "profit_sb_percentage": 1.54,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bb261f60-c879-4949-a0c0-eb61c1c24def",
                    "gambit_id": "cb737d25-2073-4084-9f12-7c8273ef435b",
                    "last_updated": "2022-11-28T13:52:13.847189-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.53000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00016e4c-e095-4d4d-ab52-e2b83cc64463/?format=api"
                },
                {
                    "id": "13c3b17b-8901-48f2-8588-cc236db70461",
                    "gambit_id": "b88b05fd-45fe-4041-9f3b-6c264db14410",
                    "last_updated": "2022-11-28T13:52:13.848219-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "2.27000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00016e4c-e095-4d4d-ab52-e2b83cc64463/?format=api"
                }
            ]
        },
        {
            "id": "bdd32e26-a604-48b9-931c-15450f5641e0",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1a44c46-8c3f-429c-a5a6-b58319d1e805/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05: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": "Miami Heat",
                        "amount": 5097.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "811a9717-92ec-4363-a289-4e807fb04b47",
                    "gambit_id": "6d36731e-9b11-465d-88ac-c3be40d6dd77",
                    "last_updated": "2022-11-28T13:52:13.850357-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdd32e26-a604-48b9-931c-15450f5641e0/?format=api"
                },
                {
                    "id": "d9bc9b35-c118-45aa-8c2f-779c4673b29f",
                    "gambit_id": "39f45817-fb0b-4d30-ba9e-854cefd55240",
                    "last_updated": "2022-11-28T13:52:13.851273-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "-4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdd32e26-a604-48b9-931c-15450f5641e0/?format=api"
                }
            ]
        },
        {
            "id": "be084067-5fe9-441c-846d-e9f3ab7f9a4c",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1a44c46-8c3f-429c-a5a6-b58319d1e805/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05: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 226",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 226",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c11a89c7-8618-4f8a-98b3-447442c2556d",
                    "gambit_id": "e560f2f5-dd22-4d36-8353-93b4daeb7521",
                    "last_updated": "2022-11-28T13:52:13.842277-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 226",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "226.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be084067-5fe9-441c-846d-e9f3ab7f9a4c/?format=api"
                },
                {
                    "id": "d3690eb7-3c2d-4a38-bc17-9f018b74d35c",
                    "gambit_id": "7bacfdb7-01ec-439c-839e-3244b3c2f707",
                    "last_updated": "2022-11-28T13:52:13.840866-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 226",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "226.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be084067-5fe9-441c-846d-e9f3ab7f9a4c/?format=api"
                }
            ]
        }
    ]
}