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/702c594d-093c-4ab3-bb79-06686579f1b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "702c594d-093c-4ab3-bb79-06686579f1b1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f2531a27-f347-4e6a-ac97-264d1545bfef",
    "completed": true,
    "last_updated": "2022-10-22T09:22:27.575929-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.12,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/f2531a27-f347-4e6a-ac97-264d1545bfef",
    "datetime": "2022-10-21T19:40:00-04:00",
    "cutoff_datetime": "2022-10-21T19:40:00-04:00",
    "name": "Toronto Raptors v. Brooklyn Nets",
    "bettypes": [
        {
            "id": "178df761-b2df-45f2-95ee-56f39a4bc4fe",
            "match": "https://api-prod.gambitprofit.com/api/matches/702c594d-093c-4ab3-bb79-06686579f1b1/?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": "Brooklyn Nets",
                        "amount": 5696.0
                    },
                    {
                        "team": "Toronto Raptors",
                        "amount": 4304.0
                    }
                ],
                "expected_reward_tokens": 9511.84,
                "profit_sb": 11.84,
                "profit_sb_percentage": 0.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6cd58d4e-c903-4f5a-948d-319fdf0235bd",
                    "gambit_id": "72734ad5-309f-47c2-bb81-36ef3bc46965",
                    "last_updated": "2022-10-22T09:22:27.581989-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.67000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178df761-b2df-45f2-95ee-56f39a4bc4fe/?format=api"
                },
                {
                    "id": "f012af0e-4f57-4d77-a859-fbb635cda918",
                    "gambit_id": "0ab68cf6-e787-460f-88c3-73477e44c8c2",
                    "last_updated": "2022-10-22T09:22:27.582958-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toronto Raptors",
                    "reward": "2.21000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178df761-b2df-45f2-95ee-56f39a4bc4fe/?format=api"
                }
            ]
        },
        {
            "id": "54e910c6-2907-4353-b232-e08e30460452",
            "match": "https://api-prod.gambitprofit.com/api/matches/702c594d-093c-4ab3-bb79-06686579f1b1/?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": "Toronto Raptors",
                        "amount": 5000.0
                    },
                    {
                        "team": "Brooklyn Nets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5839e7ce-6b99-4b70-a461-0429d5f6d231",
                    "gambit_id": "381b870e-fc9c-4d98-abd8-c638813215aa",
                    "last_updated": "2022-10-22T09:22:27.585926-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toronto Raptors",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54e910c6-2907-4353-b232-e08e30460452/?format=api"
                },
                {
                    "id": "0c96dc87-2bb8-41cd-89de-6dbe5558ead7",
                    "gambit_id": "07a8b0f7-a88a-414c-a810-c2e922d807b8",
                    "last_updated": "2022-10-22T09:22:27.584921-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54e910c6-2907-4353-b232-e08e30460452/?format=api"
                }
            ]
        },
        {
            "id": "74c84964-64f1-4364-ada7-d3b2ba5a8e7b",
            "match": "https://api-prod.gambitprofit.com/api/matches/702c594d-093c-4ab3-bb79-06686579f1b1/?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 226.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 226.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0bcd5533-4871-46ff-a639-6859a51cedd2",
                    "gambit_id": "7f705b8f-b030-4cc3-a940-71ae642b3f8b",
                    "last_updated": "2022-10-22T09:22:27.578871-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 226.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "226.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c84964-64f1-4364-ada7-d3b2ba5a8e7b/?format=api"
                },
                {
                    "id": "2befa795-5a2d-41c2-ac6f-af501fb1bf72",
                    "gambit_id": "bf1ed266-0f1d-4490-8e93-485afebb093d",
                    "last_updated": "2022-10-22T09:22:27.580047-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 226.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "226.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c84964-64f1-4364-ada7-d3b2ba5a8e7b/?format=api"
                }
            ]
        }
    ]
}