GET /api/bet_types/1bc1155c-a9a7-4095-94b8-e13070ace13a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bc1155c-a9a7-4095-94b8-e13070ace13a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed531189-3d01-4101-b6c4-4dee1514225c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-17T08:58:20.293159-04: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": "Montreal Canadiens",
                "amount": 6390.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "b07ef6e0-95c5-4db3-8397-95105cddbc37",
            "gambit_id": "758e19fa-2fa7-4223-b1b9-8492c7611be5",
            "last_updated": "2023-10-18T10:57:55.362544-04:00",
            "created_at": "2023-10-17T08:58:20.317148-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bc1155c-a9a7-4095-94b8-e13070ace13a/?format=api"
        },
        {
            "id": "448a9a27-de9b-4f1b-a504-3bf1015f55d1",
            "gambit_id": "829dd460-18a2-470d-a5ba-27d8981eefcf",
            "last_updated": "2023-10-18T10:57:55.358669-04:00",
            "created_at": "2023-10-17T08:58:20.312903-04:00",
            "name": "Minnesota Wild",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bc1155c-a9a7-4095-94b8-e13070ace13a/?format=api"
        }
    ]
}