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/26bee3f1-0c95-4c1c-b53f-fdb378487a5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26bee3f1-0c95-4c1c-b53f-fdb378487a5c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "eba947b8-5ffe-441b-9fee-e1a543ee6454",
    "completed": true,
    "last_updated": "2023-05-07T11:57:22.550284-04:00",
    "created_at": "2023-05-06T13:07:19.211420-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.86,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/eba947b8-5ffe-441b-9fee-e1a543ee6454",
    "datetime": "2023-05-06T14:20:00-04:00",
    "cutoff_datetime": "2023-05-06T14:20:00-04:00",
    "name": "MIA (M Barnes) v. CHC (D Smyly)",
    "bettypes": [
        {
            "id": "b2706b47-9936-4d2a-b6c3-8355d52bda43",
            "match": "https://api-prod.gambitprofit.com/api/matches/26bee3f1-0c95-4c1c-b53f-fdb378487a5c/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-06T13:07:19.223092-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": "CHC (D Smyly)",
                        "amount": 6182.0
                    },
                    {
                        "team": "MIA (M Barnes)",
                        "amount": 3818.0
                    }
                ],
                "expected_reward_tokens": 9582.1,
                "profit_sb": 82.1,
                "profit_sb_percentage": 0.86,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c0d1ec88-035f-4355-aafa-6b23dccd54ea",
                    "gambit_id": "a45a0e49-3294-44ec-a8f7-cc120b571753",
                    "last_updated": "2023-05-07T11:57:22.561482-04:00",
                    "created_at": "2023-05-06T13:07:19.224537-04:00",
                    "name": "CHC (D Smyly)",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2706b47-9936-4d2a-b6c3-8355d52bda43/?format=api"
                },
                {
                    "id": "06c4a247-b0b5-495a-a0eb-d230a04d432f",
                    "gambit_id": "fd23f1ca-98b6-4a66-a57e-0c43c5cf20b3",
                    "last_updated": "2023-05-07T11:57:22.562769-04:00",
                    "created_at": "2023-05-06T13:07:19.226229-04:00",
                    "name": "MIA (M Barnes)",
                    "reward": "2.51000",
                    "odds": "2.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2706b47-9936-4d2a-b6c3-8355d52bda43/?format=api"
                }
            ]
        },
        {
            "id": "5dffcd2c-cf5c-496d-9e4a-de89d83efca2",
            "match": "https://api-prod.gambitprofit.com/api/matches/26bee3f1-0c95-4c1c-b53f-fdb378487a5c/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-06T13:07:19.218837-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": "MIA",
                        "amount": 5421.0
                    },
                    {
                        "team": "CHC",
                        "amount": 4579.0
                    }
                ],
                "expected_reward_tokens": 9432.54,
                "profit_sb": -67.46,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0e4c0e63-ac04-4eaf-abcb-57dd0d0c160d",
                    "gambit_id": "85e8be74-b1ac-443e-b421-5e8f7643bb70",
                    "last_updated": "2023-05-07T11:57:22.558793-04:00",
                    "created_at": "2023-05-06T13:07:19.221540-04:00",
                    "name": "MIA",
                    "reward": "1.74000",
                    "odds": "1.76920",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dffcd2c-cf5c-496d-9e4a-de89d83efca2/?format=api"
                },
                {
                    "id": "e2b2d1a2-fe07-4514-a1de-ff4a1905092f",
                    "gambit_id": "c537f960-74ce-4eb3-8e32-0c040e5648cf",
                    "last_updated": "2023-05-07T11:57:22.557563-04:00",
                    "created_at": "2023-05-06T13:07:19.220164-04:00",
                    "name": "CHC",
                    "reward": "2.06000",
                    "odds": "2.10000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dffcd2c-cf5c-496d-9e4a-de89d83efca2/?format=api"
                }
            ]
        },
        {
            "id": "07d10084-4df6-4fed-bf66-2f060c5b6865",
            "match": "https://api-prod.gambitprofit.com/api/matches/26bee3f1-0c95-4c1c-b53f-fdb378487a5c/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-06T13:07:19.213887-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 Over 9",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e9328b4b-7f08-404d-b0a8-644c92976901",
                    "gambit_id": "cb245622-390e-489c-a7be-f847a84d8e29",
                    "last_updated": "2023-05-07T11:57:22.555039-04:00",
                    "created_at": "2023-05-06T13:07:19.217359-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d10084-4df6-4fed-bf66-2f060c5b6865/?format=api"
                },
                {
                    "id": "ab4d3a91-c275-4db0-8635-816831b6fe18",
                    "gambit_id": "b0e9f6f3-ae28-45e8-b5e9-50265792385e",
                    "last_updated": "2023-05-07T11:57:22.553553-04:00",
                    "created_at": "2023-05-06T13:07:19.215666-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d10084-4df6-4fed-bf66-2f060c5b6865/?format=api"
                }
            ]
        }
    ]
}