GET /api/bet_types/2ea073c6-a972-4e20-8ea3-7de0d0d068ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ea073c6-a972-4e20-8ea3-7de0d0d068ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/65d72cee-f984-40d7-aef7-61c046902986/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-18T09:38:23.856923-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": "Edmonton Oilers",
                "amount": 5512.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "51df8d08-8cdf-40ba-812d-d0f1eee7f859",
            "gambit_id": "e1b2ac89-fe81-4efb-9cf7-191ea0ac162a",
            "last_updated": "2023-11-20T14:58:33.250389-05:00",
            "created_at": "2023-11-18T09:38:23.862594-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea073c6-a972-4e20-8ea3-7de0d0d068ad/?format=api"
        },
        {
            "id": "8ceb6b3e-47af-40a8-8ef0-3fd873ca24c3",
            "gambit_id": "32c578ff-153a-4508-a9f8-d8b17ff2c7ce",
            "last_updated": "2023-11-20T14:58:33.253639-05:00",
            "created_at": "2023-11-18T09:38:23.867913-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea073c6-a972-4e20-8ea3-7de0d0d068ad/?format=api"
        }
    ]
}