GET /api/bet_types/d6e8b474-fabf-4c22-b9be-5f282c4d7bb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6e8b474-fabf-4c22-b9be-5f282c4d7bb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/61f5d0a3-3eae-4eaa-92af-a19aa8ce49d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-19T08:48:00.716512-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": 5213.0
            },
            {
                "team": "NYM",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e537c174-cabf-43fb-b148-df05b842d267",
            "gambit_id": "fff972cc-d878-4b88-961a-29fba7ce8ba8",
            "last_updated": "2023-07-20T19:43:12.755135-04:00",
            "created_at": "2023-07-19T08:48:00.717883-04:00",
            "name": "CWS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8b474-fabf-4c22-b9be-5f282c4d7bb6/?format=api"
        },
        {
            "id": "874b1884-88d2-4fb1-8e0e-15bf00f29cd8",
            "gambit_id": "82ea1142-c556-4099-bfed-34aadbce1608",
            "last_updated": "2023-07-20T19:43:12.756520-04:00",
            "created_at": "2023-07-19T08:48:00.719439-04:00",
            "name": "NYM",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8b474-fabf-4c22-b9be-5f282c4d7bb6/?format=api"
        }
    ]
}