GET /api/bet_types/2f3e1e28-0f55-4747-852d-50b6ff3e8a7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f3e1e28-0f55-4747-852d-50b6ff3e8a7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f9f15c-1f70-46ad-809d-5d1a0a1d0050/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:07.727801-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": "Dallas Stars",
                "amount": 6390.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "a68b7876-94a4-4347-b699-ae872f31b1f2",
            "gambit_id": "70730af7-e4db-46e3-b8ca-8c4443cabc97",
            "last_updated": "2023-12-18T11:03:01.873031-05:00",
            "created_at": "2023-12-15T09:13:07.741808-05:00",
            "name": "Dallas Stars",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f3e1e28-0f55-4747-852d-50b6ff3e8a7b/?format=api"
        },
        {
            "id": "4db5f149-0970-43ef-9758-135a02ba8ace",
            "gambit_id": "d1387cb2-befb-4716-abc9-83a14adf6372",
            "last_updated": "2023-12-18T11:03:01.867444-05:00",
            "created_at": "2023-12-15T09:13:07.736354-05:00",
            "name": "Ottawa Senators",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f3e1e28-0f55-4747-852d-50b6ff3e8a7b/?format=api"
        }
    ]
}