GET /api/bet_types/da5275cf-a6cf-422f-b5e7-4b139a3fc7a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da5275cf-a6cf-422f-b5e7-4b139a3fc7a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd4cc293-621a-4d6c-8577-246feb981df9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:14.986534-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": "DET",
                "amount": 6390.0
            },
            {
                "team": "CWS",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee319683-779b-4cce-8f34-8f2c9be952e6",
            "gambit_id": "3fe625ce-2553-4345-8c79-2e749d275965",
            "last_updated": "2023-09-04T12:53:27.962559-04:00",
            "created_at": "2023-09-02T09:33:14.990281-04:00",
            "name": "DET",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da5275cf-a6cf-422f-b5e7-4b139a3fc7a8/?format=api"
        },
        {
            "id": "ffb0f159-8c99-4067-83d2-856f28159f7e",
            "gambit_id": "caa17991-75b5-4099-9ade-85eaa1570c3a",
            "last_updated": "2023-09-04T12:53:27.967205-04:00",
            "created_at": "2023-09-02T09:33:14.994383-04:00",
            "name": "CWS",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da5275cf-a6cf-422f-b5e7-4b139a3fc7a8/?format=api"
        }
    ]
}