GET /api/bet_types/e6b28179-44d8-4f89-b375-ba65840cc028/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6b28179-44d8-4f89-b375-ba65840cc028",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec2540d7-044a-4226-8676-bc2d2e9d6852/?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": "HOU (J Urquidy)",
                "amount": 5588.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "de5923b7-8d0f-44be-80e4-bfed196f1f08",
            "gambit_id": "9766ee74-729a-4c03-bbff-cbd7153d7406",
            "last_updated": "2022-09-24T21:12:25.679525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Urquidy)",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6b28179-44d8-4f89-b375-ba65840cc028/?format=api"
        },
        {
            "id": "1994d28c-01fe-415f-9508-8f7ff887909e",
            "gambit_id": "16f75a61-1af0-4180-bf7e-353a70e0504f",
            "last_updated": "2022-09-24T21:12:25.680946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Kremer)",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6b28179-44d8-4f89-b375-ba65840cc028/?format=api"
        }
    ]
}