GET /api/bet_types/7e012ed5-12ca-41c4-98ee-3f96664938c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e012ed5-12ca-41c4-98ee-3f96664938c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/55a1a93c-6492-4e51-b0bc-ec39061548eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:14.643172-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": "Winnipeg Jets",
                "amount": 5431.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "69616e45-b53f-4f9a-a4db-84bcd4d41be6",
            "gambit_id": "af7cbf6a-f360-413d-885e-453fb4a0c641",
            "last_updated": "2023-01-23T10:21:54.394414-05:00",
            "created_at": "2023-01-21T10:22:14.645654-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e012ed5-12ca-41c4-98ee-3f96664938c7/?format=api"
        },
        {
            "id": "3b6f1d13-7894-4399-9865-0c263a239ac1",
            "gambit_id": "3901e396-cb21-4295-b60e-ce8102e8b28c",
            "last_updated": "2023-01-23T10:21:54.392916-05:00",
            "created_at": "2023-01-21T10:22:14.644371-05:00",
            "name": "Ottawa Senators",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e012ed5-12ca-41c4-98ee-3f96664938c7/?format=api"
        }
    ]
}