GET /api/bet_types/1116b6da-05f8-4ad9-8b02-d5b6c3d87f58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1116b6da-05f8-4ad9-8b02-d5b6c3d87f58",
    "match": "https://api-prod.gambitprofit.com/api/matches/33352779-2ca4-4336-9b73-ec977d8275f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-22T11:27:14.881736-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": "Game Total Over 8.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "dce8b184-7270-47f9-8fa9-4231130cb92f",
            "gambit_id": "e5df1406-b81c-4ead-aa54-424de5b51f5c",
            "last_updated": "2023-05-25T13:47:06.934423-04:00",
            "created_at": "2023-05-22T11:27:14.884671-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1116b6da-05f8-4ad9-8b02-d5b6c3d87f58/?format=api"
        },
        {
            "id": "59044fa1-6f75-46e8-a9d0-901731b69f30",
            "gambit_id": "67cff6ba-467d-481a-a432-20acae765037",
            "last_updated": "2023-05-25T13:47:06.931212-04:00",
            "created_at": "2023-05-22T11:27:14.883152-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1116b6da-05f8-4ad9-8b02-d5b6c3d87f58/?format=api"
        }
    ]
}