GET /api/bet_types/e9f0cff0-539a-4c3b-a449-45382cd5d6ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9f0cff0-539a-4c3b-a449-45382cd5d6ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/3638b077-cd61-43f9-b8ce-ecdb7ce1ba35/?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": "CLE (S Bieber)",
                "amount": 5321.0
            },
            {
                "team": "SEA (L Gilbert)",
                "amount": 4679.0
            }
        ],
        "expected_reward_tokens": 9311.21,
        "profit_sb": 311.21,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f9b9078-7180-443c-afcb-3ce36c4cffa1",
            "gambit_id": "eef95105-0754-4109-bf4c-5a889663c0b8",
            "last_updated": "2022-08-27T12:21:56.627293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f0cff0-539a-4c3b-a449-45382cd5d6ba/?format=api"
        },
        {
            "id": "0393d7f4-d07e-4f71-b57a-17cd48756464",
            "gambit_id": "a2db9e31-d050-4cc7-b003-91545907725d",
            "last_updated": "2022-08-27T12:21:56.626862-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f0cff0-539a-4c3b-a449-45382cd5d6ba/?format=api"
        }
    ]
}