GET /api/bet_types/2b3f23cc-a4d8-4811-995c-d94a43414948/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b3f23cc-a4d8-4811-995c-d94a43414948",
    "match": "https://api-prod.gambitprofit.com/api/matches/2053ba28-f71c-4282-beb0-a5d81bd12915/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:14.287567-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": "Game Total Over 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e11a178-c201-42f7-9860-005cdc95edfe",
            "gambit_id": "4bbb0453-511a-4a66-a975-8a5e2ef9e8a8",
            "last_updated": "2024-01-01T19:43:18.815896-05:00",
            "created_at": "2023-12-30T10:43:14.309057-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3f23cc-a4d8-4811-995c-d94a43414948/?format=api"
        },
        {
            "id": "34cf89d0-611d-4e31-b043-644d58ba8d9b",
            "gambit_id": "47d3429b-4510-4475-ba49-73b4c1270484",
            "last_updated": "2024-01-01T19:43:18.819208-05:00",
            "created_at": "2023-12-30T10:43:14.314412-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3f23cc-a4d8-4811-995c-d94a43414948/?format=api"
        }
    ]
}