GET /api/bet_types/f8a2c0fe-b25d-48e7-98a4-d614a69257b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8a2c0fe-b25d-48e7-98a4-d614a69257b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/595173dc-dacb-4481-a2ea-612b2e297950/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:15.301250-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": 5319.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2085b013-3e91-49d8-af1b-4f3143c201c9",
            "gambit_id": "626a9c70-4c8f-4f3d-87ee-c718efe26a06",
            "last_updated": "2023-10-31T19:48:04.763244-04:00",
            "created_at": "2023-10-30T08:58:15.305013-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8a2c0fe-b25d-48e7-98a4-d614a69257b2/?format=api"
        },
        {
            "id": "72d91c0a-324e-4aac-bd50-f44ec848acbe",
            "gambit_id": "f9284a36-2d22-4c90-a875-905187ff95d6",
            "last_updated": "2023-10-31T19:48:04.766703-04:00",
            "created_at": "2023-10-30T08:58:15.309550-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8a2c0fe-b25d-48e7-98a4-d614a69257b2/?format=api"
        }
    ]
}