GET /api/bet_types/5d3dad75-d12c-4e26-b5cb-115ef6f6f266/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d3dad75-d12c-4e26-b5cb-115ef6f6f266",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f75b598-d2a5-4026-97ea-e56a77de7cad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:57.038680-04: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": "Edmonton Oilers",
                "amount": 7112.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "6cc00d84-f191-4c0e-9d2e-900d49f25bb6",
            "gambit_id": "500b8425-27ff-47b7-a8a2-a64aac0e3129",
            "last_updated": "2023-04-10T15:17:18.336699-04:00",
            "created_at": "2023-04-08T09:01:57.041897-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3dad75-d12c-4e26-b5cb-115ef6f6f266/?format=api"
        },
        {
            "id": "940e1185-f1bd-4fc7-b660-9f6cb35758b0",
            "gambit_id": "3b347b8f-9901-43d5-83bb-2c6eee00c6f7",
            "last_updated": "2023-04-10T15:17:18.333499-04:00",
            "created_at": "2023-04-08T09:01:57.040312-04:00",
            "name": "San Jose Sharks",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3dad75-d12c-4e26-b5cb-115ef6f6f266/?format=api"
        }
    ]
}