GET /api/bet_types/07ff6f9f-6e96-4a7c-8041-6f05b3a5dbac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07ff6f9f-6e96-4a7c-8041-6f05b3a5dbac",
    "match": "https://api-prod.gambitprofit.com/api/matches/cba3d578-91e5-4e5c-bd93-707fdb8cac73/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-09T09:47:59.508330-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": "Los Angeles Kings",
                "amount": 5319.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "83481b82-1281-48b9-8b8d-6230edff2209",
            "gambit_id": "53929066-5d0f-4af8-a7ff-2ed79018680a",
            "last_updated": "2023-11-12T11:08:21.771051-05:00",
            "created_at": "2023-11-09T09:47:59.517334-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07ff6f9f-6e96-4a7c-8041-6f05b3a5dbac/?format=api"
        },
        {
            "id": "e8c657ea-acd0-4397-bacf-74d85ffbfede",
            "gambit_id": "efe398b8-fd92-40c0-ad42-58fee8c62f4c",
            "last_updated": "2023-11-12T11:08:21.767434-05:00",
            "created_at": "2023-11-09T09:47:59.512621-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07ff6f9f-6e96-4a7c-8041-6f05b3a5dbac/?format=api"
        }
    ]
}