GET /api/bet_types/7cb32127-cdb8-478d-bc77-0fbce804396e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cb32127-cdb8-478d-bc77-0fbce804396e",
    "match": "https://api-prod.gambitprofit.com/api/matches/102aad94-d1aa-460d-bc47-7659913a6a99/?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": "Winnipeg Jets",
                "amount": 6989.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3011.0
            }
        ],
        "expected_reward_tokens": 9574.93,
        "profit_sb": 74.93,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffd50f20-e41b-4c07-8660-343e9fbf7bd1",
            "gambit_id": "1c54d580-01e2-4887-a71f-dd6d79afbcfa",
            "last_updated": "2022-10-25T10:12:26.135662-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.37000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cb32127-cdb8-478d-bc77-0fbce804396e/?format=api"
        },
        {
            "id": "cb0795ff-59ae-4341-b65c-bc5fedfe3878",
            "gambit_id": "b6016820-9d84-49df-ad64-991ef88a741f",
            "last_updated": "2022-10-25T10:12:26.136700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cb32127-cdb8-478d-bc77-0fbce804396e/?format=api"
        }
    ]
}