GET /api/bet_types/7331e491-a47f-474c-ac68-4c80ea666ae9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7331e491-a47f-474c-ac68-4c80ea666ae9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4ab9b5e-1d4a-458f-a7e2-b01ae606f9cb/?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": "CIN",
                "amount": 5831.0
            },
            {
                "team": "CHC",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 9212.98,
        "profit_sb": 212.98,
        "profit_sb_percentage": 2.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "03b5220a-f9d2-43aa-a059-6570972bdb6f",
            "gambit_id": "04c6c43b-e3af-4bfc-9282-01d7e1b13c16",
            "last_updated": "2022-09-07T12:46:55.455829-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7331e491-a47f-474c-ac68-4c80ea666ae9/?format=api"
        },
        {
            "id": "2594067f-fc00-4e84-8ee8-9f4241761f74",
            "gambit_id": "4c704f68-a477-4a9c-9f7f-b74445bf402b",
            "last_updated": "2022-09-07T12:46:55.454803-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7331e491-a47f-474c-ac68-4c80ea666ae9/?format=api"
        }
    ]
}