GET /api/bet_types/d9b3bd94-eecc-46bf-84f8-f8909d0cc102/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9b3bd94-eecc-46bf-84f8-f8909d0cc102",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0474d3d-6916-4388-ab67-16ac4626a981/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:38:10.845943-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": "Colorado Avalanche",
                "amount": 5773.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c90553a-5b4e-493e-b745-9f2594291b30",
            "gambit_id": "60c5b155-e221-44a1-94f5-3f746574a82b",
            "last_updated": "2024-01-11T11:18:05.897695-05:00",
            "created_at": "2024-01-10T09:38:10.856094-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b3bd94-eecc-46bf-84f8-f8909d0cc102/?format=api"
        },
        {
            "id": "71a95a8d-09ed-43d2-bbfc-234cf2c95abd",
            "gambit_id": "cbbd43e8-fc60-469f-92d4-c00b2593d458",
            "last_updated": "2024-01-11T11:18:05.894225-05:00",
            "created_at": "2024-01-10T09:38:10.850984-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b3bd94-eecc-46bf-84f8-f8909d0cc102/?format=api"
        }
    ]
}