GET /api/bet_types/cb18c859-9370-4a03-b37d-2ff7d6deb0bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb18c859-9370-4a03-b37d-2ff7d6deb0bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ca50e01-ab94-4937-9a78-41c0c861a638/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-19T08:53:00.436087-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": "New York Rangers",
                "amount": 5000.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc880d4b-99d8-4070-98b7-0538f94ef6b0",
            "gambit_id": "5909990f-3c99-45a8-9042-1704bd339ff9",
            "last_updated": "2023-12-21T10:13:17.141559-05:00",
            "created_at": "2023-12-19T08:53:00.441900-05:00",
            "name": "New York Rangers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb18c859-9370-4a03-b37d-2ff7d6deb0bd/?format=api"
        },
        {
            "id": "e4719cd1-37de-43b7-ba45-aaeacf97d99d",
            "gambit_id": "e411453d-9d35-48d4-aafe-4315528aeb66",
            "last_updated": "2023-12-21T10:13:17.145680-05:00",
            "created_at": "2023-12-19T08:53:00.461901-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb18c859-9370-4a03-b37d-2ff7d6deb0bd/?format=api"
        }
    ]
}