GET /api/bet_types/d47e7c57-fb92-42ef-ba28-93b8f4e21407/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d47e7c57-fb92-42ef-ba28-93b8f4e21407",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c76bdfa-80e3-4d7b-bfd1-3aec7ae60957/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tampa Bay Lightning",
                "amount": 5097.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "921ed227-6c88-42f7-9657-246bf693c96c",
            "gambit_id": "0bbfe8fa-2f99-4695-938c-f1e328f509ec",
            "last_updated": "2022-11-04T09:22:46.933125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47e7c57-fb92-42ef-ba28-93b8f4e21407/?format=api"
        },
        {
            "id": "c57c0fc7-f722-4e56-b00c-55ade220874e",
            "gambit_id": "3d3368b5-6fe8-49aa-a886-078b444b7b03",
            "last_updated": "2022-11-04T09:22:46.934071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47e7c57-fb92-42ef-ba28-93b8f4e21407/?format=api"
        }
    ]
}