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/fe3f166c-58a3-47c7-9ff0-3400744ceac3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe3f166c-58a3-47c7-9ff0-3400744ceac3",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ecf3ccb2-3fe4-42a8-b85d-7cbfd691ef58",
    "completed": true,
    "last_updated": "2022-10-31T11:12:09.837010-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/ecf3ccb2-3fe4-42a8-b85d-7cbfd691ef58",
    "datetime": "2022-10-29T14:05:00-04:00",
    "cutoff_datetime": "2022-10-29T14:05:00-04:00",
    "name": "New York Rangers v. Dallas Stars",
    "bettypes": [
        {
            "id": "d065ee61-1543-43c9-a6b8-06a33d2916ee",
            "match": "https://api-prod.gambitprofit.com/api/matches/fe3f166c-58a3-47c7-9ff0-3400744ceac3/?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": "New York Rangers",
                        "amount": 5106.0
                    },
                    {
                        "team": "Dallas Stars",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bb697d81-992f-4160-90e3-580184fab53a",
                    "gambit_id": "03223287-9926-45e8-a067-1ff0543fa37c",
                    "last_updated": "2022-10-31T11:12:09.847165-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Rangers",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d065ee61-1543-43c9-a6b8-06a33d2916ee/?format=api"
                },
                {
                    "id": "f86ee0ea-76b3-474f-9591-5e8987a614e3",
                    "gambit_id": "88dae438-5fd2-42f6-970b-1bb337be5107",
                    "last_updated": "2022-10-31T11:12:09.846211-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d065ee61-1543-43c9-a6b8-06a33d2916ee/?format=api"
                }
            ]
        },
        {
            "id": "9160a43f-baff-439c-9993-e92bdfe33a5f",
            "match": "https://api-prod.gambitprofit.com/api/matches/fe3f166c-58a3-47c7-9ff0-3400744ceac3/?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": "New York Rangers",
                        "amount": 7115.0
                    },
                    {
                        "team": "Dallas Stars",
                        "amount": 2885.0
                    }
                ],
                "expected_reward_tokens": 9605.25,
                "profit_sb": 105.25,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5a2a6eb7-aea2-4532-a599-caf2c496ee25",
                    "gambit_id": "38964119-3da0-4193-bbf9-f858850b90af",
                    "last_updated": "2022-10-31T11:12:09.844293-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Rangers",
                    "reward": "1.35000",
                    "odds": "1.35710",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9160a43f-baff-439c-9993-e92bdfe33a5f/?format=api"
                },
                {
                    "id": "e86f6cd1-ef05-434d-ac9e-509fc55032eb",
                    "gambit_id": "860f1044-0439-43e3-ab77-65115783bc3f",
                    "last_updated": "2022-10-31T11:12:09.842999-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "3.33000",
                    "odds": "3.40000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9160a43f-baff-439c-9993-e92bdfe33a5f/?format=api"
                }
            ]
        },
        {
            "id": "714cf9fc-add5-41c2-b6cd-e3094589fb9e",
            "match": "https://api-prod.gambitprofit.com/api/matches/fe3f166c-58a3-47c7-9ff0-3400744ceac3/?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 Under 5.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 5.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b5315986-2fea-4bc0-b922-019bcae7e80e",
                    "gambit_id": "30b5d799-cb5c-491b-a07d-cb2d6acb8fbf",
                    "last_updated": "2022-10-31T11:12:09.839831-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 5.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/714cf9fc-add5-41c2-b6cd-e3094589fb9e/?format=api"
                },
                {
                    "id": "b655759e-0379-4d90-a796-92cb8440fb27",
                    "gambit_id": "160e578a-ae11-4a1e-85c0-c9b1706e19d8",
                    "last_updated": "2022-10-31T11:12:09.841011-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 5.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/714cf9fc-add5-41c2-b6cd-e3094589fb9e/?format=api"
                }
            ]
        }
    ]
}