GET /api/bet_types/3e098618-0bb8-4d6c-b5ec-fac4fd20622f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e098618-0bb8-4d6c-b5ec-fac4fd20622f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e65cdead-65d5-483f-b924-5be70a527e6f/?format=api",
    "name": "Play the Odds",
    "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": "Navy",
                "amount": 5106.0
            },
            {
                "team": "Houston",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "8016ee8f-b935-424d-aa8c-11b91dd4931d",
            "gambit_id": "7121c771-20ea-473e-89b5-8c0f68440816",
            "last_updated": "2022-10-23T09:22:14.485270-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e098618-0bb8-4d6c-b5ec-fac4fd20622f/?format=api"
        },
        {
            "id": "1b707ea8-6927-498a-9bfd-f69b03449fa1",
            "gambit_id": "bc9f2753-c75f-45c8-973b-486acac5a145",
            "last_updated": "2022-10-23T09:22:14.486392-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e098618-0bb8-4d6c-b5ec-fac4fd20622f/?format=api"
        }
    ]
}