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/242a23d4-3cd4-4a90-a5b7-7392f719e7e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "242a23d4-3cd4-4a90-a5b7-7392f719e7e5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "976a85f8-a946-491a-b542-7ad1ba6d6f64",
    "completed": true,
    "last_updated": "2023-06-05T10:57:24.284437-04:00",
    "created_at": "2023-06-04T12:16:53.282346-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.82,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/976a85f8-a946-491a-b542-7ad1ba6d6f64",
    "datetime": "2023-06-04T13:40:00-04:00",
    "cutoff_datetime": "2023-06-04T13:40:00-04:00",
    "name": "MIL (A Houser) v. CIN (B Lively)",
    "bettypes": [
        {
            "id": "9ffa05ef-4e64-451c-b254-a6a3f7377d90",
            "match": "https://api-prod.gambitprofit.com/api/matches/242a23d4-3cd4-4a90-a5b7-7392f719e7e5/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-04T12:16:53.287176-04: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": "CIN (B Lively)",
                        "amount": 5234.0
                    },
                    {
                        "team": "MIL (A Houser)",
                        "amount": 4766.0
                    }
                ],
                "expected_reward_tokens": 9578.22,
                "profit_sb": 78.22,
                "profit_sb_percentage": 0.82,
                "recommended": true
            },
            "lines": [
                {
                    "id": "efedfe2a-566c-427b-b852-3a45ff19cc8c",
                    "gambit_id": "9078049b-d8fa-4183-a610-fa24edd871d6",
                    "last_updated": "2023-06-05T10:57:24.296046-04:00",
                    "created_at": "2023-06-04T12:16:53.296715-04:00",
                    "name": "CIN (B Lively)",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffa05ef-4e64-451c-b254-a6a3f7377d90/?format=api"
                },
                {
                    "id": "0fb23ee2-af2c-4bfa-9bbf-3296615d2f93",
                    "gambit_id": "5676e145-4662-4025-b151-2941a5f8a182",
                    "last_updated": "2023-06-05T10:57:24.293669-04:00",
                    "created_at": "2023-06-04T12:16:53.291668-04:00",
                    "name": "MIL (A Houser)",
                    "reward": "2.01000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffa05ef-4e64-451c-b254-a6a3f7377d90/?format=api"
                }
            ]
        },
        {
            "id": "026c3c70-efb7-41f8-a8dd-41b348ef35ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/242a23d4-3cd4-4a90-a5b7-7392f719e7e5/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-04T12:16:53.299593-04: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": "MIL",
                        "amount": 6308.0
                    },
                    {
                        "team": "CIN",
                        "amount": 3692.0
                    }
                ],
                "expected_reward_tokens": 9525.08,
                "profit_sb": 25.08,
                "profit_sb_percentage": 0.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b3e21859-b13f-419c-9895-f1e02bacd07f",
                    "gambit_id": "af89a34c-d0ff-4ce5-992b-f412db59fe5d",
                    "last_updated": "2023-06-05T10:57:24.300321-04:00",
                    "created_at": "2023-06-04T12:16:53.301831-04:00",
                    "name": "MIL",
                    "reward": "1.51000",
                    "odds": "1.52630",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026c3c70-efb7-41f8-a8dd-41b348ef35ae/?format=api"
                },
                {
                    "id": "c4c99b50-a903-4519-aaeb-1de81c3c3fc4",
                    "gambit_id": "3eae8377-ec19-41e6-9968-6b658e76d6d5",
                    "last_updated": "2023-06-05T10:57:24.302924-04:00",
                    "created_at": "2023-06-04T12:16:53.308823-04:00",
                    "name": "CIN",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026c3c70-efb7-41f8-a8dd-41b348ef35ae/?format=api"
                }
            ]
        },
        {
            "id": "37a45066-e4bc-4af6-b831-b00ebfb10a89",
            "match": "https://api-prod.gambitprofit.com/api/matches/242a23d4-3cd4-4a90-a5b7-7392f719e7e5/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-04T12:16:53.311529-04: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 9.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 9.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0b0709ce-a04e-4414-b790-00150f24d934",
                    "gambit_id": "0e78c0de-2f55-402c-8c55-cfeb0d8ea810",
                    "last_updated": "2023-06-05T10:57:24.309821-04:00",
                    "created_at": "2023-06-04T12:16:53.318735-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37a45066-e4bc-4af6-b831-b00ebfb10a89/?format=api"
                },
                {
                    "id": "163cdf2d-481f-4922-8e59-8ad3f84c62fd",
                    "gambit_id": "32eb9155-92f0-4175-88f8-a25326193558",
                    "last_updated": "2023-06-05T10:57:24.307794-04:00",
                    "created_at": "2023-06-04T12:16:53.313891-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37a45066-e4bc-4af6-b831-b00ebfb10a89/?format=api"
                }
            ]
        }
    ]
}