GET /api/bet_types/89edc204-161c-4914-a58c-d21214303a5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89edc204-161c-4914-a58c-d21214303a5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a83109c-9364-4d4f-a6b7-975f7fb32971/?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 (A Civale)",
                "amount": 6594.0
            },
            {
                "team": "DET (D Hutchison)",
                "amount": 3406.0
            }
        ],
        "expected_reward_tokens": 9297.54,
        "profit_sb": 297.54,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9f1468e-d5af-4a3a-8ad9-ce250b8d3040",
            "gambit_id": "9b47a4cd-a2bd-48b4-9c46-e36353d9d4f5",
            "last_updated": "2022-08-16T14:07:09.596723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (A Civale)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89edc204-161c-4914-a58c-d21214303a5d/?format=api"
        },
        {
            "id": "6264d6b8-ed4b-4ca9-8d6f-f8997b47ce0e",
            "gambit_id": "d61e26bc-2c83-46ce-a81c-57a5023906fd",
            "last_updated": "2022-08-16T14:07:09.597166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Hutchison)",
            "reward": "2.73000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89edc204-161c-4914-a58c-d21214303a5d/?format=api"
        }
    ]
}