GET /api/bet_types/b3ed24cd-c3aa-4c78-a083-658a0d1c412a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3ed24cd-c3aa-4c78-a083-658a0d1c412a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5014b324-c97f-4634-bb7b-1bfe0bf996c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:00.842302-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": "Boston Bruins",
                "amount": 8056.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 1944.0
            }
        ],
        "expected_reward_tokens": 9506.08,
        "profit_sb": 6.08,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb1b507a-751b-4378-b2c9-be0c6531afe1",
            "gambit_id": "4fc39cb5-10cc-4e01-9063-2933c14240fa",
            "last_updated": "2023-12-01T19:23:13.528589-05:00",
            "created_at": "2023-11-30T10:28:00.850508-05:00",
            "name": "Boston Bruins",
            "reward": "1.18000",
            "odds": "1.18520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ed24cd-c3aa-4c78-a083-658a0d1c412a/?format=api"
        },
        {
            "id": "3d9ffa2f-4825-4614-9fc6-9186b3b76073",
            "gambit_id": "7268b154-e6f7-4e76-8db2-225786a21744",
            "last_updated": "2023-12-01T19:23:13.524875-05:00",
            "created_at": "2023-11-30T10:28:00.846177-05:00",
            "name": "San Jose Sharks",
            "reward": "4.89000",
            "odds": "5.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ed24cd-c3aa-4c78-a083-658a0d1c412a/?format=api"
        }
    ]
}