GET /api/bet_types/40b2c567-13f4-4f8d-a3a9-86d131a9cf06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40b2c567-13f4-4f8d-a3a9-86d131a9cf06",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5fa3122-e993-48f2-9d98-d38fb4bfc889/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-15T09:18:15.053698-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": "Cleveland Cavaliers",
                "amount": 7869.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2131.0
            }
        ],
        "expected_reward_tokens": 9440.33,
        "profit_sb": -59.67,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "01ebc64d-669a-43f9-b90d-4ae3b8951759",
            "gambit_id": "1b0b7e87-1098-416b-9b0a-86a90ae82dcc",
            "last_updated": "2023-11-17T09:28:24.200807-05:00",
            "created_at": "2023-11-15T09:18:15.057144-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.20000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40b2c567-13f4-4f8d-a3a9-86d131a9cf06/?format=api"
        },
        {
            "id": "2fffb7dd-5473-4d28-ae4f-c3eee3a787b1",
            "gambit_id": "875eca2b-643a-4c85-b0bc-be4aef46a3b3",
            "last_updated": "2023-11-17T09:28:24.204138-05:00",
            "created_at": "2023-11-15T09:18:15.061748-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.43000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40b2c567-13f4-4f8d-a3a9-86d131a9cf06/?format=api"
        }
    ]
}