GET /api/bet_types/4e1b8844-7e34-4496-82c4-e1bc72b8764c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e1b8844-7e34-4496-82c4-e1bc72b8764c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd6ac143-0342-4c7c-b824-c6227e41942b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T10:27:01.348839-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": "Colorado Avalanche",
                "amount": 5882.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "22c6c9b8-3c9a-4686-923d-309a03a8b87e",
            "gambit_id": "a03a72f2-1ebe-4c36-90c5-03879c1f0c08",
            "last_updated": "2023-01-03T11:01:48.351037-05:00",
            "created_at": "2023-01-02T10:27:01.350048-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e1b8844-7e34-4496-82c4-e1bc72b8764c/?format=api"
        },
        {
            "id": "d8f81cf0-071d-4bec-b2c9-d6e3a7884edd",
            "gambit_id": "339e7e9b-015c-402a-8661-c022f0f65969",
            "last_updated": "2023-01-03T11:01:48.352093-05:00",
            "created_at": "2023-01-02T10:27:01.351264-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e1b8844-7e34-4496-82c4-e1bc72b8764c/?format=api"
        }
    ]
}