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/d49c28f3-5d63-4626-9042-f8e87ab7a071/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d49c28f3-5d63-4626-9042-f8e87ab7a071",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "63c06de7-90c8-4897-ad82-751962870f07",
    "completed": true,
    "last_updated": "2022-12-01T16:17:23.887519-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.97,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/63c06de7-90c8-4897-ad82-751962870f07",
    "datetime": "2022-11-30T19:40:00-05:00",
    "cutoff_datetime": "2022-11-30T19:40:00-05:00",
    "name": "Miami Heat v. Boston Celtics",
    "bettypes": [
        {
            "id": "18f12621-4f53-4800-a397-d94d29dc87de",
            "match": "https://api-prod.gambitprofit.com/api/matches/d49c28f3-5d63-4626-9042-f8e87ab7a071/?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": "Boston Celtics",
                        "amount": 7585.0
                    },
                    {
                        "team": "Miami Heat",
                        "amount": 2415.0
                    }
                ],
                "expected_reward_tokens": 9177.0,
                "profit_sb": 177.0,
                "profit_sb_percentage": 1.97,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c155a630-3642-42d7-b6e0-3fbfffeffeff",
                    "gambit_id": "1b5f5978-dbca-4519-8285-5ad6bcb5f14c",
                    "last_updated": "2022-12-01T16:17:23.893424-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston Celtics",
                    "reward": "1.21000",
                    "odds": "1.24390",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f12621-4f53-4800-a397-d94d29dc87de/?format=api"
                },
                {
                    "id": "9b2e021e-5a76-434c-b3af-0fcbdf5e01c5",
                    "gambit_id": "90722f0b-5dd8-4d60-b529-7783252ecb18",
                    "last_updated": "2022-12-01T16:17:23.894412-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "3.80000",
                    "odds": "4.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f12621-4f53-4800-a397-d94d29dc87de/?format=api"
                }
            ]
        },
        {
            "id": "04c23372-6663-4cd9-896c-c447e749a2b1",
            "match": "https://api-prod.gambitprofit.com/api/matches/d49c28f3-5d63-4626-9042-f8e87ab7a071/?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": "Boston Celtics",
                        "amount": 5000.0
                    },
                    {
                        "team": "Miami Heat",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "add7bee3-b92b-4027-9400-2506144ad7b9",
                    "gambit_id": "baa1181b-7bc2-44dd-9e87-bb59b02a80bc",
                    "last_updated": "2022-12-01T16:17:23.896392-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston Celtics",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04c23372-6663-4cd9-896c-c447e749a2b1/?format=api"
                },
                {
                    "id": "9165cbcd-67cf-4782-8e13-1764fc638ff4",
                    "gambit_id": "93f4b590-030a-41a3-aba8-149243e36e43",
                    "last_updated": "2022-12-01T16:17:23.897392-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04c23372-6663-4cd9-896c-c447e749a2b1/?format=api"
                }
            ]
        },
        {
            "id": "d74b0541-288c-4831-82d2-2d12ce2c63cc",
            "match": "https://api-prod.gambitprofit.com/api/matches/d49c28f3-5d63-4626-9042-f8e87ab7a071/?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 224.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 224.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f4abc2ac-1717-4ed1-905d-ce995e48fba9",
                    "gambit_id": "1a11c541-4aee-416c-a8cd-75fe68274719",
                    "last_updated": "2022-12-01T16:17:23.890425-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 224.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "224.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d74b0541-288c-4831-82d2-2d12ce2c63cc/?format=api"
                },
                {
                    "id": "1595731d-dd51-4b6d-a2ea-3548ca25bd15",
                    "gambit_id": "8f2d48af-88e1-44dc-9304-fb8254c3c903",
                    "last_updated": "2022-12-01T16:17:23.891418-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 224.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "224.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d74b0541-288c-4831-82d2-2d12ce2c63cc/?format=api"
                }
            ]
        }
    ]
}