GET /api/bet_types/9c34f56a-296a-463a-ba84-e6bf71a66dd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c34f56a-296a-463a-ba84-e6bf71a66dd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccb99d3e-bb81-47ef-b4b8-f898ac26f26f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-19T09:52:15.434470-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": "New Jersey Devils",
                "amount": 5212.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "8363e8db-e42d-410e-84b7-d1ef7f517696",
            "gambit_id": "20db1a7b-5b6d-4297-974d-3a93c77e97cb",
            "last_updated": "2023-02-20T09:46:55.820582-05:00",
            "created_at": "2023-02-19T09:52:15.435650-05:00",
            "name": "New Jersey Devils",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c34f56a-296a-463a-ba84-e6bf71a66dd7/?format=api"
        },
        {
            "id": "e5d9af56-2c49-4923-a24c-c9db2537d605",
            "gambit_id": "5ab7c4ac-e696-4150-a08b-2ed1a704778e",
            "last_updated": "2023-02-20T09:46:55.821650-05:00",
            "created_at": "2023-02-19T09:52:15.436856-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c34f56a-296a-463a-ba84-e6bf71a66dd7/?format=api"
        }
    ]
}