GET /api/bet_types/4f7c338d-2282-41cc-ad2d-4d75b24ea11a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f7c338d-2282-41cc-ad2d-4d75b24ea11a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c8321bc-7625-449d-8c6c-2028324de9f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-04T15:22:14.021056-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": "Oklahoma City Thunder",
                "amount": 7761.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2239.0
            }
        ],
        "expected_reward_tokens": 9468.42,
        "profit_sb": -31.58,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "92c29f65-bd1d-4ffe-b9c3-6525a6cf8ee0",
            "gambit_id": "654168c9-3f19-42f1-9841-639b2d0d08e7",
            "last_updated": "2023-02-05T11:36:54.594210-05:00",
            "created_at": "2023-02-04T15:22:14.022603-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7c338d-2282-41cc-ad2d-4d75b24ea11a/?format=api"
        },
        {
            "id": "a0f51d23-d549-47f0-92f4-d2e02ad403a4",
            "gambit_id": "ca15da65-0367-4270-9f85-cf510516cdbc",
            "last_updated": "2023-02-05T11:36:54.595374-05:00",
            "created_at": "2023-02-04T15:22:14.024184-05:00",
            "name": "Houston Rockets",
            "reward": "4.23000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7c338d-2282-41cc-ad2d-4d75b24ea11a/?format=api"
        }
    ]
}