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/7938df27-ff71-40bf-90df-a435ea78618e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7938df27-ff71-40bf-90df-a435ea78618e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7ea3fcf7-c373-479d-9dec-47e0f3831e66",
    "completed": true,
    "last_updated": "2022-10-24T12:01:58.078257-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.18,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/7ea3fcf7-c373-479d-9dec-47e0f3831e66",
    "datetime": "2022-10-21T19:10:00-04:00",
    "cutoff_datetime": "2022-10-21T19:10:00-04:00",
    "name": "Chicago Bulls v. Washington Wizards",
    "bettypes": [
        {
            "id": "7703f3bb-9d91-40c8-834b-27f7ced9bf31",
            "match": "https://api-prod.gambitprofit.com/api/matches/7938df27-ff71-40bf-90df-a435ea78618e/?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": "Washington Wizards",
                        "amount": 5419.0
                    },
                    {
                        "team": "Chicago Bulls",
                        "amount": 4581.0
                    }
                ],
                "expected_reward_tokens": 9482.67,
                "profit_sb": -17.33,
                "profit_sb_percentage": -0.18,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b19bf501-bdff-40b5-b3a0-78d998d76787",
                    "gambit_id": "ec2bc1fe-070b-473c-b0ee-73ca86a86989",
                    "last_updated": "2022-10-24T12:01:58.087906-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Wizards",
                    "reward": "1.75000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7703f3bb-9d91-40c8-834b-27f7ced9bf31/?format=api"
                },
                {
                    "id": "62f9d16f-e058-4f05-916e-b8a060815ac6",
                    "gambit_id": "81f63128-7b03-4e1f-93fe-04cfbbab56a5",
                    "last_updated": "2022-10-24T12:01:58.088834-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bulls",
                    "reward": "2.07000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7703f3bb-9d91-40c8-834b-27f7ced9bf31/?format=api"
                }
            ]
        },
        {
            "id": "37f111eb-524d-49dd-ba4b-3ed7fc79c7d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/7938df27-ff71-40bf-90df-a435ea78618e/?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": "Washington Wizards",
                        "amount": 5000.0
                    },
                    {
                        "team": "Chicago Bulls",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "38fa093b-ae58-4825-b744-a2064d7d8913",
                    "gambit_id": "6ef9b91f-1a70-472f-8693-baf8939e4715",
                    "last_updated": "2022-10-24T12:01:58.084877-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Wizards",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f111eb-524d-49dd-ba4b-3ed7fc79c7d2/?format=api"
                },
                {
                    "id": "2147b028-8f64-4296-8f1d-2ecace652aa1",
                    "gambit_id": "4c85fc50-47a1-441f-84cc-52dcc5dfad63",
                    "last_updated": "2022-10-24T12:01:58.086039-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bulls",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f111eb-524d-49dd-ba4b-3ed7fc79c7d2/?format=api"
                }
            ]
        },
        {
            "id": "e7ec0637-3f04-4765-9125-b3dc9cba430b",
            "match": "https://api-prod.gambitprofit.com/api/matches/7938df27-ff71-40bf-90df-a435ea78618e/?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 221",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 221",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "72d2acf2-26c4-4144-a35b-34cbe706beee",
                    "gambit_id": "2ac4e670-1d5a-4ad6-91aa-121b8720a371",
                    "last_updated": "2022-10-24T12:01:58.081398-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 221",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "221.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7ec0637-3f04-4765-9125-b3dc9cba430b/?format=api"
                },
                {
                    "id": "99f312ea-870a-4b4f-a675-0afd3db72e22",
                    "gambit_id": "10fc0178-51a5-4fa8-81f3-7a5ea4853a89",
                    "last_updated": "2022-10-24T12:01:58.082590-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 221",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "221.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7ec0637-3f04-4765-9125-b3dc9cba430b/?format=api"
                }
            ]
        }
    ]
}