GET /api/bet_types/7bead52e-0b07-4f01-af52-4def615b8f39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bead52e-0b07-4f01-af52-4def615b8f39",
    "match": "https://api-prod.gambitprofit.com/api/matches/56d88ece-c076-4974-9ffb-bd2d46b75101/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-19T08:53:01.672008-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": "Carolina Hurricanes",
                "amount": 5512.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a84cdf8e-5535-4fc0-acf6-80760c0a9181",
            "gambit_id": "fa25df61-f29b-4953-9de9-704792cd9ef2",
            "last_updated": "2023-12-21T10:18:18.420363-05:00",
            "created_at": "2023-12-19T08:53:01.684108-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bead52e-0b07-4f01-af52-4def615b8f39/?format=api"
        },
        {
            "id": "0e44a5f2-ba8f-4d32-94ff-32a91722ae92",
            "gambit_id": "38c28624-b4cf-49c0-b826-461eaaf97847",
            "last_updated": "2023-12-21T10:18:18.417321-05:00",
            "created_at": "2023-12-19T08:53:01.678188-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bead52e-0b07-4f01-af52-4def615b8f39/?format=api"
        }
    ]
}