GET /api/bet_types/d76bc733-657c-4938-9a85-7d13ea6421fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d76bc733-657c-4938-9a85-7d13ea6421fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/58c99791-cb8c-4205-abc6-a1e496b1a3c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-17T09:23:18.618908-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": "Phoenix Suns",
                "amount": 6390.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d647ba27-a9aa-43ac-97c9-abcf5a41002d",
            "gambit_id": "d19ba591-bae5-46a3-9d6e-c7d1eed06b9e",
            "last_updated": "2023-11-18T17:53:25.070066-05:00",
            "created_at": "2023-11-17T09:23:18.622706-05:00",
            "name": "Phoenix Suns",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d76bc733-657c-4938-9a85-7d13ea6421fd/?format=api"
        },
        {
            "id": "a0493f72-bb34-4ae3-9acc-c6f86c7814b7",
            "gambit_id": "54c7a8d6-368f-4ac0-9b3f-e5f41b01bc54",
            "last_updated": "2023-11-18T17:53:25.074975-05:00",
            "created_at": "2023-11-17T09:23:18.628976-05:00",
            "name": "Utah Jazz",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d76bc733-657c-4938-9a85-7d13ea6421fd/?format=api"
        }
    ]
}