GET /api/bet_types/4dea0287-a749-41a0-9dbb-79b0c15f0483/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dea0287-a749-41a0-9dbb-79b0c15f0483",
    "match": "https://api-prod.gambitprofit.com/api/matches/86907020-f358-4862-a811-ad28a05f0cc0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-28T09:58:21.802235-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": "Seattle Kraken",
                "amount": 6900.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3100.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "e301ea12-9f1d-46c7-abd0-460ea5f51343",
            "gambit_id": "d6d6a92e-7754-4ef6-a97a-1f741fea9370",
            "last_updated": "2024-01-29T22:18:12.710185-05:00",
            "created_at": "2024-01-28T09:58:21.829717-05:00",
            "name": "Seattle Kraken",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dea0287-a749-41a0-9dbb-79b0c15f0483/?format=api"
        },
        {
            "id": "966a7e24-06b1-4eb1-b807-e997e84b1154",
            "gambit_id": "a7426f59-de4d-4d0d-b1be-982edb44ae63",
            "last_updated": "2024-01-29T22:18:12.706936-05:00",
            "created_at": "2024-01-28T09:58:21.809800-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dea0287-a749-41a0-9dbb-79b0c15f0483/?format=api"
        }
    ]
}