GET /api/bet_types/255db23e-8ca0-4242-a7f1-328fa7aec4fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "255db23e-8ca0-4242-a7f1-328fa7aec4fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a669734d-1cbc-492f-b4bd-195132d66b2d/?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": "Boston Celtics",
                "amount": 6993.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3007.0
            }
        ],
        "expected_reward_tokens": 9230.76,
        "profit_sb": 230.76,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "119db105-bc76-4623-9e5c-52f26c7de1ce",
            "gambit_id": "c854eba9-d693-4f4c-8f7a-fcc02b3ac3c0",
            "last_updated": "2022-11-05T09:33:29.583465-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.32000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/255db23e-8ca0-4242-a7f1-328fa7aec4fb/?format=api"
        },
        {
            "id": "78c08734-dae1-4da3-9f5c-fd5751b49411",
            "gambit_id": "68641fcc-ea8a-4287-b9c9-1ce62a9d26cd",
            "last_updated": "2022-11-05T09:33:29.584713-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "3.07000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/255db23e-8ca0-4242-a7f1-328fa7aec4fb/?format=api"
        }
    ]
}