GET /api/bet_types/2c901ba9-e13e-408d-b43d-e4f96209eab8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c901ba9-e13e-408d-b43d-e4f96209eab8",
    "match": "https://api-prod.gambitprofit.com/api/matches/833c93fc-502c-444b-a89f-17a3a5015159/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-24T13:08:01.323101-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": "COL",
                "amount": 5615.0
            },
            {
                "team": "WAS",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "2792495b-6a93-4335-b52d-734aa48741e1",
            "gambit_id": "b123b9e4-2926-4642-a860-c4b76a5005a7",
            "last_updated": "2023-07-25T20:22:56.003082-04:00",
            "created_at": "2023-07-24T13:08:01.326693-04:00",
            "name": "COL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c901ba9-e13e-408d-b43d-e4f96209eab8/?format=api"
        },
        {
            "id": "2f9e0050-4487-41d8-a734-6d1f9f3fbcaf",
            "gambit_id": "2a834c18-37b5-4bb8-91e2-280e2037ea1e",
            "last_updated": "2023-07-25T20:22:56.007106-04:00",
            "created_at": "2023-07-24T13:08:01.330747-04:00",
            "name": "WAS",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c901ba9-e13e-408d-b43d-e4f96209eab8/?format=api"
        }
    ]
}