GET /api/bet_types/0e7e5f11-e0df-46dc-8ccd-f1307b256d75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e7e5f11-e0df-46dc-8ccd-f1307b256d75",
    "match": "https://api-prod.gambitprofit.com/api/matches/236ebcdf-862a-4b40-908b-ab0c502d26a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T18:58:10.422172-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": "New York Mets",
                "amount": 5939.0
            },
            {
                "team": "Miami Marlins",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b8a4dde1-7180-4ae5-9e82-283b173bab03",
            "gambit_id": "1ae53a19-f33b-4970-acfc-43ae7ff82ea5",
            "last_updated": "2023-09-28T18:53:21.883449-04:00",
            "created_at": "2023-09-27T18:58:10.433074-04:00",
            "name": "New York Mets",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e7e5f11-e0df-46dc-8ccd-f1307b256d75/?format=api"
        },
        {
            "id": "393d1261-c87d-4998-aed0-8ee9bce5bbd5",
            "gambit_id": "e0c7c53b-e1ae-4f4d-8696-31b831bb97a6",
            "last_updated": "2023-09-28T18:53:21.879238-04:00",
            "created_at": "2023-09-27T18:58:10.427016-04:00",
            "name": "Miami Marlins",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e7e5f11-e0df-46dc-8ccd-f1307b256d75/?format=api"
        }
    ]
}