GET /api/bet_types/70d66f94-69bb-4b00-8b32-476510f90e70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70d66f94-69bb-4b00-8b32-476510f90e70",
    "match": "https://api-prod.gambitprofit.com/api/matches/86b806b5-f498-4479-b7db-817a46e73f8b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:03.999691-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": "Brooklyn Nets",
                "amount": 7106.0
            },
            {
                "team": "Miami Heat",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb809ce4-7d36-4c62-ac0b-8d6aa41a7b17",
            "gambit_id": "b834b7e7-8543-48d8-87ad-e9e2bd2a695e",
            "last_updated": "2023-11-27T10:27:55.216580-05:00",
            "created_at": "2023-11-25T09:23:04.008664-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70d66f94-69bb-4b00-8b32-476510f90e70/?format=api"
        },
        {
            "id": "d97d67b7-b702-4816-a5e9-9da794108ca0",
            "gambit_id": "494fe4ae-406a-4517-b1a5-751d193e6236",
            "last_updated": "2023-11-27T10:27:55.213394-05:00",
            "created_at": "2023-11-25T09:23:04.004264-05:00",
            "name": "Miami Heat",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70d66f94-69bb-4b00-8b32-476510f90e70/?format=api"
        }
    ]
}