GET /api/bet_types/2c1d9506-9836-446f-b478-267a35948a98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c1d9506-9836-446f-b478-267a35948a98",
    "match": "https://api-prod.gambitprofit.com/api/matches/33835fab-bbed-4879-ad09-8b73234f54e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Boston Bruins",
                "amount": 6345.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "19aac0a4-57f0-4263-bc48-adbf91c4d8ab",
            "gambit_id": "2af194bb-cdfa-46bc-8b94-7730150a88a1",
            "last_updated": "2022-11-08T11:07:13.605078-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1d9506-9836-446f-b478-267a35948a98/?format=api"
        },
        {
            "id": "7bb9b381-48c6-4869-a15b-0a6e4f0b56ce",
            "gambit_id": "964c69ed-a5ca-4974-a8d2-1d66a9fbf449",
            "last_updated": "2022-11-08T11:07:13.606160-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1d9506-9836-446f-b478-267a35948a98/?format=api"
        }
    ]
}