GET /api/bet_types/c2322183-6f74-4596-9a32-93fa4c7e1b73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2322183-6f74-4596-9a32-93fa4c7e1b73",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4ec42fc-7e5a-4869-8272-3958e7eff6a9/?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": "Wake Forest",
                "amount": 5000.0
            },
            {
                "team": "Army",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "60cec18c-9b94-4e6d-af99-dd65837a5ac1",
            "gambit_id": "16f5ea0b-b0c2-4105-b60a-e988b1254216",
            "last_updated": "2022-10-11T11:27:06.615071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2322183-6f74-4596-9a32-93fa4c7e1b73/?format=api"
        },
        {
            "id": "351d1495-f38f-407e-946c-b7f53d76c1c2",
            "gambit_id": "8980dfad-73dd-429a-9675-0888bb453762",
            "last_updated": "2022-10-11T11:27:06.616086-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2322183-6f74-4596-9a32-93fa4c7e1b73/?format=api"
        }
    ]
}