GET /api/bet_types/bc75137e-fd12-4bf3-9996-24ad140d1cb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc75137e-fd12-4bf3-9996-24ad140d1cb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/87e1a015-abd4-4f01-9c24-87d36f0895d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-28T08:48:09.522155-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": "ATL",
                "amount": 6010.0
            },
            {
                "team": "COL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b029439-3875-4eb8-9803-7cdc5296db13",
            "gambit_id": "09b05251-b707-4f68-b798-2fa95ac0b0c3",
            "last_updated": "2023-08-29T19:28:17.087212-04:00",
            "created_at": "2023-08-28T08:48:09.526391-04:00",
            "name": "ATL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc75137e-fd12-4bf3-9996-24ad140d1cb4/?format=api"
        },
        {
            "id": "42edc533-c008-4c95-914d-fa3a12c990bd",
            "gambit_id": "c845cacc-1625-4e80-bc4f-88ff271d7223",
            "last_updated": "2023-08-29T19:28:17.090337-04:00",
            "created_at": "2023-08-28T08:48:09.534123-04:00",
            "name": "COL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc75137e-fd12-4bf3-9996-24ad140d1cb4/?format=api"
        }
    ]
}