GET /api/bet_types/e0e4b182-4198-4873-8f3c-8965964e4511/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0e4b182-4198-4873-8f3c-8965964e4511",
    "match": "https://api-prod.gambitprofit.com/api/matches/32d4788a-bd29-474f-9963-c1f1f40e28b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-05T09:13:16.335313-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": "Arizona Diamondbacks",
                "amount": 5214.0
            },
            {
                "team": "Los Angeles Dodgers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3ce0a87-86ee-493e-a513-dba93909a475",
            "gambit_id": "468dce1d-d728-4d26-8675-1a41abe7e807",
            "last_updated": "2023-10-09T08:58:08.863546-04:00",
            "created_at": "2023-10-05T09:13:16.339287-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0e4b182-4198-4873-8f3c-8965964e4511/?format=api"
        },
        {
            "id": "a541298c-2c77-48af-b142-e77ed1300efa",
            "gambit_id": "fdd21e4d-2df5-4af3-8633-783376354857",
            "last_updated": "2023-10-09T08:58:08.868979-04:00",
            "created_at": "2023-10-05T09:13:16.343415-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0e4b182-4198-4873-8f3c-8965964e4511/?format=api"
        }
    ]
}