GET /api/bet_types/b61db752-475d-4cd1-8619-85ed6b30c30e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b61db752-475d-4cd1-8619-85ed6b30c30e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8293e800-d25a-4608-ae19-2fd042d3c14f/?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": "Evil Geniuses",
                "amount": 7597.0
            },
            {
                "team": "Golden Guardians",
                "amount": 2403.0
            }
        ],
        "expected_reward_tokens": 8963.19,
        "profit_sb": -36.81,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "53ff960b-8ca3-41ab-a3b7-2faf58353967",
            "gambit_id": "34f4bc95-9737-44f7-b72e-ddc3a038a658",
            "last_updated": "2022-08-13T11:07:13.681699-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Evil Geniuses",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61db752-475d-4cd1-8619-85ed6b30c30e/?format=api"
        },
        {
            "id": "72ea2bb5-97a0-4715-81d2-3a049b5abf75",
            "gambit_id": "d1a1e3a0-583f-493c-a732-abf7a4b5f6fe",
            "last_updated": "2022-08-13T11:07:13.681100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden Guardians",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61db752-475d-4cd1-8619-85ed6b30c30e/?format=api"
        }
    ]
}