GET /api/bet_types/582f1cb5-1fd7-4df0-8409-7857d16f7c57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "582f1cb5-1fd7-4df0-8409-7857d16f7c57",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e27cc8b-96de-4a51-82ba-6c5d6c72ee4a/?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": "Noah Cutter",
                "amount": 6104.0
            },
            {
                "team": "Anthony Blake Lacaze",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 8727.04,
        "profit_sb": -772.96,
        "profit_sb_percentage": -8.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "b43d33db-06ca-4a49-a443-4424ba6b23b4",
            "gambit_id": "bceb3e19-94fc-4f36-b3d6-f188fc2354ec",
            "last_updated": "2022-10-02T15:17:25.634297-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Noah Cutter",
            "reward": "1.43000",
            "odds": "1.54000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582f1cb5-1fd7-4df0-8409-7857d16f7c57/?format=api"
        },
        {
            "id": "4b45f70e-daf2-4ca7-88fd-00fb5629b7f3",
            "gambit_id": "dd0c6596-811f-402d-be95-9018ce1d26df",
            "last_updated": "2022-10-02T15:17:25.635732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anthony Blake Lacaze",
            "reward": "2.24000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582f1cb5-1fd7-4df0-8409-7857d16f7c57/?format=api"
        }
    ]
}