GET /api/bet_types/4e6f3b19-a527-42bf-827f-4a87513555a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e6f3b19-a527-42bf-827f-4a87513555a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0eceecfa-afef-4fff-9c68-c24f57d40b48/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:24.807681-04: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": "TOR (Y Kikuchi)",
                "amount": 7033.0
            },
            {
                "team": "KAN (C Snider)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "334b4b5c-d42b-442c-8d4d-2edd0bab85a8",
            "gambit_id": "03486f46-b46b-4914-8052-d31c391948fa",
            "last_updated": "2023-09-09T11:28:28.102572-04:00",
            "created_at": "2023-09-08T09:23:24.815876-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e6f3b19-a527-42bf-827f-4a87513555a3/?format=api"
        },
        {
            "id": "37ab7905-a55f-42e3-baaf-252b9a2a40c6",
            "gambit_id": "550531a6-ff7d-41e5-91a4-e8ced43e0ea2",
            "last_updated": "2023-09-09T11:28:28.099153-04:00",
            "created_at": "2023-09-08T09:23:24.811806-04:00",
            "name": "KAN (C Snider)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e6f3b19-a527-42bf-827f-4a87513555a3/?format=api"
        }
    ]
}