GET /api/bet_types/4b2b3b60-afd7-4cc8-bdf6-dae6112a379c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b2b3b60-afd7-4cc8-bdf6-dae6112a379c",
    "match": "https://api-prod.gambitprofit.com/api/matches/273ac291-d384-49fc-aeb9-ee5d1dbd9135/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-21T09:03:14.001186-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": "DET",
                "amount": 5939.0
            },
            {
                "team": "CHC",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "31fb8a9c-4396-4a85-973b-79149bd9d3e4",
            "gambit_id": "37dd6c27-51ca-4f19-802e-0e1d6fe195ce",
            "last_updated": "2023-08-23T09:58:08.338755-04:00",
            "created_at": "2023-08-21T09:03:14.020981-04:00",
            "name": "DET",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b2b3b60-afd7-4cc8-bdf6-dae6112a379c/?format=api"
        },
        {
            "id": "98b8c786-bd1b-46f8-accf-85b31852689e",
            "gambit_id": "d0cfe534-e420-4cb0-ba3d-57d329fcfa9f",
            "last_updated": "2023-08-23T09:58:08.334898-04:00",
            "created_at": "2023-08-21T09:03:14.005650-04:00",
            "name": "CHC",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b2b3b60-afd7-4cc8-bdf6-dae6112a379c/?format=api"
        }
    ]
}