GET /api/bet_types/6debc732-c0d8-4bc8-8276-74a1a06613e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6debc732-c0d8-4bc8-8276-74a1a06613e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/21422662-ec3d-490b-ba02-128237c117dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:10.958509-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": "Miami Heat",
                "amount": 5214.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "1842a11e-a951-4979-847c-0d4ba75d07f4",
            "gambit_id": "5e93e84b-b51d-4804-9173-ab1005210be1",
            "last_updated": "2023-11-21T14:18:20.251454-05:00",
            "created_at": "2023-11-20T09:48:10.968834-05:00",
            "name": "Miami Heat",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6debc732-c0d8-4bc8-8276-74a1a06613e4/?format=api"
        },
        {
            "id": "ff66911c-26b7-49aa-be0f-caea0a3a22af",
            "gambit_id": "73be32dc-d95f-4355-84f8-61aad84c2cfc",
            "last_updated": "2023-11-21T14:18:20.255854-05:00",
            "created_at": "2023-11-20T09:48:10.975631-05:00",
            "name": "Chicago Bulls",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6debc732-c0d8-4bc8-8276-74a1a06613e4/?format=api"
        }
    ]
}