GET /api/bet_types/0722737c-4e51-4be1-b111-eb06033b02b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0722737c-4e51-4be1-b111-eb06033b02b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a395fff-1155-4fb1-b8ff-91ba4a6a5719/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:18.662463-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": "New Jersey Devils",
                "amount": 6698.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3302.0
            }
        ],
        "expected_reward_tokens": 9443.72,
        "profit_sb": -56.28,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "55464a0e-2da2-40ba-b655-76902f569801",
            "gambit_id": "d298ee50-045a-4dee-940f-359af0647347",
            "last_updated": "2023-04-13T11:22:19.937180-04:00",
            "created_at": "2023-04-11T09:02:18.665051-04:00",
            "name": "New Jersey Devils",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0722737c-4e51-4be1-b111-eb06033b02b4/?format=api"
        },
        {
            "id": "4037d17f-fb6d-4cfe-8636-1c43db2dc693",
            "gambit_id": "0dccfe8f-e214-4d0a-9bda-9b76ba45da25",
            "last_updated": "2023-04-13T11:22:19.939927-04:00",
            "created_at": "2023-04-11T09:02:18.668080-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0722737c-4e51-4be1-b111-eb06033b02b4/?format=api"
        }
    ]
}