GET /api/bet_types/2f7e7af1-941e-4554-ab9d-c33c25e1d258/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f7e7af1-941e-4554-ab9d-c33c25e1d258",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c6eb9c9-fb65-4996-95ee-3b85461dd4b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:23.897022-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": 6154.0
            },
            {
                "team": "BOS",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "051b5b52-7c59-423f-934d-e5058d72bccb",
            "gambit_id": "7a81bbc3-a633-47bd-84ff-28c95ab4580a",
            "last_updated": "2023-08-14T18:48:06.920838-04:00",
            "created_at": "2023-08-13T10:18:23.901611-04:00",
            "name": "DET",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7e7af1-941e-4554-ab9d-c33c25e1d258/?format=api"
        },
        {
            "id": "5694b23a-7f20-47cd-ab96-762b27837dbd",
            "gambit_id": "ee1a94e2-46d7-4a9a-8beb-34c1773f01a3",
            "last_updated": "2023-08-14T18:48:06.925074-04:00",
            "created_at": "2023-08-13T10:18:23.906311-04:00",
            "name": "BOS",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7e7af1-941e-4554-ab9d-c33c25e1d258/?format=api"
        }
    ]
}