GET /api/bet_types/634f123b-0ff0-4db7-8087-fb53b0c073ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "634f123b-0ff0-4db7-8087-fb53b0c073ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/afe387b1-0798-49be-9a2b-add4c6dc00f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-27T08:33:22.010599-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": "CLE",
                "amount": 6554.0
            },
            {
                "team": "CWS",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bf66982-2f1d-40bc-983e-3028528ab241",
            "gambit_id": "b2d8c9ab-60b4-4cde-9956-07f44ff7ee1e",
            "last_updated": "2023-07-28T09:38:25.350642-04:00",
            "created_at": "2023-07-27T08:33:22.014135-04:00",
            "name": "CLE",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634f123b-0ff0-4db7-8087-fb53b0c073ae/?format=api"
        },
        {
            "id": "90c633fd-0551-4500-824c-87ff60d81cf2",
            "gambit_id": "158cae7d-5a3c-4332-ad4c-a4a6eec9d91a",
            "last_updated": "2023-07-28T09:38:25.346727-04:00",
            "created_at": "2023-07-27T08:33:22.018292-04:00",
            "name": "CWS",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/634f123b-0ff0-4db7-8087-fb53b0c073ae/?format=api"
        }
    ]
}