GET /api/bet_types/438f9b9a-fb7e-49ca-8dd9-f0ce568a17ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "438f9b9a-fb7e-49ca-8dd9-f0ce568a17ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de26464-0e23-448d-94e6-2af803192584/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:55.260854-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": "Minnesota Wild",
                "amount": 5212.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e849cd2-c962-44e1-8354-ef42817ebf4e",
            "gambit_id": "45519d1f-3c61-46b4-8a03-7ae8b17d4aa1",
            "last_updated": "2023-02-12T10:37:15.064560-05:00",
            "created_at": "2023-02-11T09:01:55.262116-05:00",
            "name": "Minnesota Wild",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438f9b9a-fb7e-49ca-8dd9-f0ce568a17ea/?format=api"
        },
        {
            "id": "a4d798d2-7ead-46f8-90a9-78ddcb7b78d7",
            "gambit_id": "eebccb3a-6c34-4a3b-9f88-ca9ed38b1e1a",
            "last_updated": "2023-02-12T10:37:15.065695-05:00",
            "created_at": "2023-02-11T09:01:55.263465-05:00",
            "name": "New Jersey Devils",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438f9b9a-fb7e-49ca-8dd9-f0ce568a17ea/?format=api"
        }
    ]
}