GET /api/bet_types/9dacd077-4e62-42f2-8e01-1eeade983ac4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dacd077-4e62-42f2-8e01-1eeade983ac4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b1986da-dc01-4338-93a8-6d8248710cf3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T09:06:59.467351-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": "Florida Panthers",
                "amount": 6812.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cf37844-983e-4e00-ae7e-510097a9c090",
            "gambit_id": "0512f513-6447-4723-8a09-5a29dd92c913",
            "last_updated": "2023-04-07T20:37:07.907610-04:00",
            "created_at": "2023-04-06T09:06:59.469039-04:00",
            "name": "Florida Panthers",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dacd077-4e62-42f2-8e01-1eeade983ac4/?format=api"
        },
        {
            "id": "0380e021-5d1f-46a2-a388-11c38cf82ffb",
            "gambit_id": "29b2a6a3-aabe-438c-9c5e-5971850174cd",
            "last_updated": "2023-04-07T20:37:07.909096-04:00",
            "created_at": "2023-04-06T09:06:59.470872-04:00",
            "name": "Ottawa Senators",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dacd077-4e62-42f2-8e01-1eeade983ac4/?format=api"
        }
    ]
}