GET /api/bet_types/2f2bc51d-5d3d-4b72-8675-15fc7543460a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f2bc51d-5d3d-4b72-8675-15fc7543460a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a7a5ab6-3945-4b82-a027-46ae1cbfa821/?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": "Memphis Grizzlies",
                "amount": 5106.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "0344345f-279e-446d-9e21-e3261ae2fa04",
            "gambit_id": "1882efe1-825e-4fa9-b587-5eb778c2b5be",
            "last_updated": "2022-10-25T10:02:20.136773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2bc51d-5d3d-4b72-8675-15fc7543460a/?format=api"
        },
        {
            "id": "d6bba71b-12fd-4b9a-a1ac-eba871e8801d",
            "gambit_id": "66fc45be-3add-4a6c-bfbe-a6a16820850c",
            "last_updated": "2022-10-25T10:02:20.137793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2bc51d-5d3d-4b72-8675-15fc7543460a/?format=api"
        }
    ]
}