GET /api/bet_types/0b64d207-ad85-486b-9e8a-b4ab5346873b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b64d207-ad85-486b-9e8a-b4ab5346873b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6afd27a0-98b8-479a-817d-20d645a2b9fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:09.363096-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": "Florida Panthers",
                "amount": 5423.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ce1292f-9393-43ca-baef-cc130e08d9ca",
            "gambit_id": "0e4ea770-c333-4a43-80b0-444bb0734d5e",
            "last_updated": "2023-12-16T10:23:23.311633-05:00",
            "created_at": "2023-12-14T09:28:09.368112-05:00",
            "name": "Florida Panthers",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b64d207-ad85-486b-9e8a-b4ab5346873b/?format=api"
        },
        {
            "id": "8807e343-bc08-4c5d-8e15-c56af150cf42",
            "gambit_id": "f9b8d70e-d141-4c7c-b739-72ff5bd7e746",
            "last_updated": "2023-12-16T10:23:23.314904-05:00",
            "created_at": "2023-12-14T09:28:09.373869-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b64d207-ad85-486b-9e8a-b4ab5346873b/?format=api"
        }
    ]
}