GET /api/bet_types/2df84f6e-72fb-49cf-9cba-a7651a314f60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2df84f6e-72fb-49cf-9cba-a7651a314f60",
    "match": "https://api-prod.gambitprofit.com/api/matches/b78dddd6-ea83-47e2-bcc8-79b33aafd71b/?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": "CLE (C Quantrill)",
                "amount": 6471.0
            },
            {
                "team": "DET (D Norris)",
                "amount": 3529.0
            }
        ],
        "expected_reward_tokens": 9316.56,
        "profit_sb": 316.56,
        "profit_sb_percentage": 3.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "33a142ac-b82d-41a9-ae5a-5ee41152ac9a",
            "gambit_id": "ba09c334-47b9-45d7-8b61-34b35a21d533",
            "last_updated": "2022-08-18T10:31:49.157479-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df84f6e-72fb-49cf-9cba-a7651a314f60/?format=api"
        },
        {
            "id": "d9030495-35d3-4aeb-8b07-b413d27f1ed5",
            "gambit_id": "e665d30e-95e6-4a5c-b11c-a1435af55400",
            "last_updated": "2022-08-18T10:31:49.157871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Norris)",
            "reward": "2.64000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df84f6e-72fb-49cf-9cba-a7651a314f60/?format=api"
        }
    ]
}