GET /api/bet_types/51985765-c80c-4480-b7b2-3e4732e0cd9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51985765-c80c-4480-b7b2-3e4732e0cd9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cdd38ab-32d5-4c39-97ad-58b639b13ca6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-07T09:07:56.039333-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": "Minnesota Timberwolves",
                "amount": 5512.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb6d522e-d083-4ede-b5e8-6e6d4202c330",
            "gambit_id": "84bb1e28-9406-4a6c-9ee6-495db798cc29",
            "last_updated": "2024-01-09T10:43:23.758508-05:00",
            "created_at": "2024-01-07T09:07:56.047630-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51985765-c80c-4480-b7b2-3e4732e0cd9d/?format=api"
        },
        {
            "id": "f9ec0e7e-308a-41db-835f-573d38372f7e",
            "gambit_id": "f6677280-d047-4e1e-bff8-eeacfde3fa22",
            "last_updated": "2024-01-09T10:43:23.755163-05:00",
            "created_at": "2024-01-07T09:07:56.043451-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51985765-c80c-4480-b7b2-3e4732e0cd9d/?format=api"
        }
    ]
}