GET /api/bet_types/3e8d8efb-ac39-43ae-8733-ed4811b4fd24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e8d8efb-ac39-43ae-8733-ed4811b4fd24",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8e6aa0-0af8-4678-a523-44815b711e68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:07.822963-05: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": "New Jersey Devils",
                "amount": 5107.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb3c898d-e9c7-43fb-83e2-b680e7927377",
            "gambit_id": "72da19c4-cbac-46d8-9654-367ec1cea1a9",
            "last_updated": "2024-01-01T13:18:19.718158-05:00",
            "created_at": "2023-12-29T09:58:07.828776-05:00",
            "name": "New Jersey Devils",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e8d8efb-ac39-43ae-8733-ed4811b4fd24/?format=api"
        },
        {
            "id": "ab91b286-bf22-4a74-8110-6d194966c88a",
            "gambit_id": "08041e7f-477a-44df-8a68-95d40f7745fe",
            "last_updated": "2024-01-01T13:18:19.721726-05:00",
            "created_at": "2023-12-29T09:58:07.835052-05:00",
            "name": "Ottawa Senators",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e8d8efb-ac39-43ae-8733-ed4811b4fd24/?format=api"
        }
    ]
}