GET /api/bet_types/b8050e9d-d8b9-4ea0-9e30-9d21394ce8a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8050e9d-d8b9-4ea0-9e30-9d21394ce8a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/afa87464-69a0-4be3-b35d-c6461c9ea207/?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": "CHC (J Steele)",
                "amount": 5807.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 4193.0
            }
        ],
        "expected_reward_tokens": 9349.27,
        "profit_sb": 349.27,
        "profit_sb_percentage": 3.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "86921ea3-9c09-4571-89bf-33950b629674",
            "gambit_id": "fa69ceb1-dc3f-468f-9325-749fe6511cf9",
            "last_updated": "2022-08-17T09:47:05.552127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Steele)",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8050e9d-d8b9-4ea0-9e30-9d21394ce8a4/?format=api"
        },
        {
            "id": "0fe4f245-cecb-460f-9a29-ff2626d0f8fc",
            "gambit_id": "47fe7a57-8d43-4689-b5ff-3e36a40ad20b",
            "last_updated": "2022-08-17T09:47:05.551705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Corbin)",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8050e9d-d8b9-4ea0-9e30-9d21394ce8a4/?format=api"
        }
    ]
}