GET /api/bet_types/135c15df-0322-4c6a-84e8-8d45defb7cf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "135c15df-0322-4c6a-84e8-8d45defb7cf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf396ca5-619a-44af-948a-d0dedb71f577/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:10.237670-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": "CWS",
                "amount": 5939.0
            },
            {
                "team": "BAL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "38c4a9a5-5c51-479d-98f7-153a4cd62024",
            "gambit_id": "247b1df2-32de-4930-b22e-751d9dfd40e3",
            "last_updated": "2023-04-16T18:12:23.497897-04:00",
            "created_at": "2023-04-15T12:27:10.239328-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/135c15df-0322-4c6a-84e8-8d45defb7cf8/?format=api"
        },
        {
            "id": "efb0e174-4519-4373-97fb-d2d7f87db0e5",
            "gambit_id": "1c2ffed3-a77b-43ae-8991-d69a82cc8d04",
            "last_updated": "2023-04-16T18:12:23.500303-04:00",
            "created_at": "2023-04-15T12:27:10.240886-04:00",
            "name": "BAL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/135c15df-0322-4c6a-84e8-8d45defb7cf8/?format=api"
        }
    ]
}