GET /api/bet_types/dbef20c6-6f78-42fe-938a-ddc622a0120d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbef20c6-6f78-42fe-938a-ddc622a0120d",
    "match": "https://api-prod.gambitprofit.com/api/matches/23a808ba-a45b-480f-b580-62b876f39566/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:19.556916-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": "Edmonton Oilers",
                "amount": 8000.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2000.0
            }
        ],
        "expected_reward_tokens": 9440.0,
        "profit_sb": -60.0,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e0d313c-7c3c-4190-8eec-4e5a78e1dcea",
            "gambit_id": "db90275e-a311-4370-bd0c-529dc0d4addd",
            "last_updated": "2023-04-14T12:02:24.004696-04:00",
            "created_at": "2023-04-13T09:32:19.558176-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.18000",
            "odds": "1.19230",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbef20c6-6f78-42fe-938a-ddc622a0120d/?format=api"
        },
        {
            "id": "421020fe-1f6a-44db-a7c8-e7520cae10fc",
            "gambit_id": "02e4f837-64d1-4166-94cf-678c6006945b",
            "last_updated": "2023-04-14T12:02:24.006455-04:00",
            "created_at": "2023-04-13T09:32:19.559523-04:00",
            "name": "San Jose Sharks",
            "reward": "4.72000",
            "odds": "4.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbef20c6-6f78-42fe-938a-ddc622a0120d/?format=api"
        }
    ]
}