GET /api/bet_types/ec32f088-90bc-4a65-b777-e4cda0b7a4cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec32f088-90bc-4a65-b777-e4cda0b7a4cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1055a6d5-f62f-4f86-9e82-10dc90d0e67f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Detroit Red Wings",
                "amount": 6025.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "f85ebcb5-96ba-432a-bf66-34e95b65bb95",
            "gambit_id": "00b790ac-2638-42bb-89c9-3c44e2645fc2",
            "last_updated": "2022-10-15T18:57:03.325364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec32f088-90bc-4a65-b777-e4cda0b7a4cc/?format=api"
        },
        {
            "id": "ca0d4851-3d29-47aa-8886-4e54d5230624",
            "gambit_id": "efdb2f05-905e-4076-a720-f3ab7c7183a5",
            "last_updated": "2022-10-15T18:57:03.326361-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec32f088-90bc-4a65-b777-e4cda0b7a4cc/?format=api"
        }
    ]
}