GET /api/bet_types/a63f70ee-0db6-44e8-986d-071fd17fbbf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a63f70ee-0db6-44e8-986d-071fd17fbbf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/54fd0308-610e-43d9-92ee-9668f7b2d2fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:31:48.701617-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": "Pittsburgh Penguins",
                "amount": 6020.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "25500b2d-f5bb-4f4d-b704-998119f81001",
            "gambit_id": "6ff64c39-5845-4c13-b67d-199552550ebd",
            "last_updated": "2023-03-21T10:57:14.181692-04:00",
            "created_at": "2023-03-20T09:31:48.704884-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63f70ee-0db6-44e8-986d-071fd17fbbf2/?format=api"
        },
        {
            "id": "2ac24b14-ddc1-4bb7-b9c7-83858d34f3d6",
            "gambit_id": "4c5a7c0d-e005-4676-aef0-5218f4128aa9",
            "last_updated": "2023-03-21T10:57:14.183267-04:00",
            "created_at": "2023-03-20T09:31:48.707176-04:00",
            "name": "Ottawa Senators",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63f70ee-0db6-44e8-986d-071fd17fbbf2/?format=api"
        }
    ]
}