GET /api/bet_types/6e7c82dd-3517-4f52-a6aa-6b66b4837145/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e7c82dd-3517-4f52-a6aa-6b66b4837145",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e5ff831-8a19-4306-8883-802a1830534c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:06.883115-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": 5939.0
            },
            {
                "team": "CLE",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cf6a510-99ad-4fa9-a809-679a094fee99",
            "gambit_id": "92f8d016-8554-4a69-b48f-a64b9ae802fd",
            "last_updated": "2023-05-18T11:47:15.353232-04:00",
            "created_at": "2023-05-16T09:47:06.885186-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e7c82dd-3517-4f52-a6aa-6b66b4837145/?format=api"
        },
        {
            "id": "f17db910-6c96-4b90-827d-2ec3c7dd50b0",
            "gambit_id": "236aa1f7-3cc5-4130-a414-9796ae0ade37",
            "last_updated": "2023-05-18T11:47:15.354971-04:00",
            "created_at": "2023-05-16T09:47:06.887303-04:00",
            "name": "CLE",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e7c82dd-3517-4f52-a6aa-6b66b4837145/?format=api"
        }
    ]
}