GET /api/bet_types/85c601d3-69b1-4f1f-8d0b-374aff8ec42e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85c601d3-69b1-4f1f-8d0b-374aff8ec42e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fedfe75f-42f7-42a7-894e-af5a9218a1d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:52:19.362061-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": "Chicago Bulls",
                "amount": 6326.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8e6dbb4-4e81-4628-9025-4a81f42a614d",
            "gambit_id": "21fbe143-37be-4078-bb52-32df3ae7a92f",
            "last_updated": "2023-02-14T09:46:58.712917-05:00",
            "created_at": "2023-02-13T08:52:19.363380-05:00",
            "name": "Chicago Bulls",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85c601d3-69b1-4f1f-8d0b-374aff8ec42e/?format=api"
        },
        {
            "id": "4b9e9e7d-2f7d-4c29-bd02-2a263fa79601",
            "gambit_id": "fa13b0ed-93c4-47e5-92f6-acbda92af026",
            "last_updated": "2023-02-14T09:46:58.714132-05:00",
            "created_at": "2023-02-13T08:52:19.364791-05:00",
            "name": "Orlando Magic",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85c601d3-69b1-4f1f-8d0b-374aff8ec42e/?format=api"
        }
    ]
}