GET /api/bet_types/91508d44-01cc-4c31-b623-43bbe7ee2cb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91508d44-01cc-4c31-b623-43bbe7ee2cb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d397835-2442-42d4-ba15-7bfefdda4d36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:06.855122-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": "Tampa Bay Lightning",
                "amount": 6222.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "941c7e39-84e1-4394-8401-bb725f820c06",
            "gambit_id": "b5b78c0c-4376-4f35-951c-d264094a3f03",
            "last_updated": "2023-11-17T12:53:12.330587-05:00",
            "created_at": "2023-11-16T09:28:06.860709-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91508d44-01cc-4c31-b623-43bbe7ee2cb5/?format=api"
        },
        {
            "id": "697f6d2d-32df-4b61-ac6c-305bd7499d2c",
            "gambit_id": "2bc09222-e79e-4f6a-9b17-2101aacb4d38",
            "last_updated": "2023-11-17T12:53:12.333775-05:00",
            "created_at": "2023-11-16T09:28:06.866216-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91508d44-01cc-4c31-b623-43bbe7ee2cb5/?format=api"
        }
    ]
}