GET /api/bet_types/90d59246-89d8-44c5-8de6-bfa3545cff99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90d59246-89d8-44c5-8de6-bfa3545cff99",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb0da0fb-dfb4-4a7c-b0fb-5fbf2f95603e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:17.140161-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": "Ottawa Senators",
                "amount": 5317.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "64a24bd1-107d-42e6-b950-41df1f4520ef",
            "gambit_id": "6ce61757-8613-471e-b516-c7116c12b790",
            "last_updated": "2023-03-13T13:17:02.567365-04:00",
            "created_at": "2023-03-11T09:32:17.142670-05:00",
            "name": "Ottawa Senators",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90d59246-89d8-44c5-8de6-bfa3545cff99/?format=api"
        },
        {
            "id": "78f8bd55-882f-434c-bf8a-7a6a410e658d",
            "gambit_id": "af314f77-3641-46fb-b20e-da949845a578",
            "last_updated": "2023-03-13T13:17:02.565214-04:00",
            "created_at": "2023-03-11T09:32:17.141374-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90d59246-89d8-44c5-8de6-bfa3545cff99/?format=api"
        }
    ]
}