GET /api/bet_types/65d2ecda-6ffc-4e9f-9292-e3b72246e515/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65d2ecda-6ffc-4e9f-9292-e3b72246e515",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ff73370-cbe4-49af-9c9e-53e806569e45/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:17.480506-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": "Cleveland Cavaliers",
                "amount": 5319.0
            },
            {
                "team": "Miami Heat",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4bf7996-9f67-4fce-9b07-2c06c843beb3",
            "gambit_id": "bb21514b-6582-4126-bec5-20c1e537be6d",
            "last_updated": "2023-11-23T14:38:11.864156-05:00",
            "created_at": "2023-11-22T09:08:17.492204-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d2ecda-6ffc-4e9f-9292-e3b72246e515/?format=api"
        },
        {
            "id": "0a882816-9fe3-4191-bb4e-6a0be557c162",
            "gambit_id": "17335383-6d7d-418a-86b3-fe5fce4e8c9e",
            "last_updated": "2023-11-23T14:38:11.860768-05:00",
            "created_at": "2023-11-22T09:08:17.483826-05:00",
            "name": "Miami Heat",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d2ecda-6ffc-4e9f-9292-e3b72246e515/?format=api"
        }
    ]
}