GET /api/bet_types/c17778d9-ecaf-4655-8f6c-39828f67914e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c17778d9-ecaf-4655-8f6c-39828f67914e",
    "match": "https://api-prod.gambitprofit.com/api/matches/64201377-dd68-4826-b968-cbfb6955544b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:23.618013-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": "CIN (A Abbott)",
                "amount": 5325.0
            },
            {
                "team": "STL (D Rom)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "9136d16b-532d-44c7-87b5-f2e63a453e3a",
            "gambit_id": "a79f4e8c-6186-4cc6-88a3-fc2de53aa14d",
            "last_updated": "2023-09-09T11:37:59.062564-04:00",
            "created_at": "2023-09-08T09:23:23.633313-04:00",
            "name": "CIN (A Abbott)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c17778d9-ecaf-4655-8f6c-39828f67914e/?format=api"
        },
        {
            "id": "045d721b-62d3-463a-81c6-9599d15cddf6",
            "gambit_id": "3866f4a0-9060-44fa-bcba-88fbf9699045",
            "last_updated": "2023-09-09T11:37:59.059398-04:00",
            "created_at": "2023-09-08T09:23:23.625975-04:00",
            "name": "STL (D Rom)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c17778d9-ecaf-4655-8f6c-39828f67914e/?format=api"
        }
    ]
}