GET /api/bet_types/587197af-2be8-4933-b9bd-e523428705dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "587197af-2be8-4933-b9bd-e523428705dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/2731f09c-72b4-468d-b0a3-ea3f01200d50/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:20.852491-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": "HOU",
                "amount": 5317.0
            },
            {
                "team": "WAS",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e35ef19d-c0b7-4351-ba36-20de758448c4",
            "gambit_id": "96f5bed2-9932-4351-9f70-06aafef77eca",
            "last_updated": "2023-06-14T11:18:15.265905-04:00",
            "created_at": "2023-06-13T09:08:20.856476-04:00",
            "name": "HOU",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587197af-2be8-4933-b9bd-e523428705dd/?format=api"
        },
        {
            "id": "c1056031-430e-478e-b551-0f60233b3168",
            "gambit_id": "1ea82f3b-f8f0-492d-a32a-655f2055f99b",
            "last_updated": "2023-06-14T11:18:15.263081-04:00",
            "created_at": "2023-06-13T09:08:20.854375-04:00",
            "name": "WAS",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587197af-2be8-4933-b9bd-e523428705dd/?format=api"
        }
    ]
}