GET /api/bet_types/9dcaa361-4748-4be9-a7b8-6c3cf27a4306/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dcaa361-4748-4be9-a7b8-6c3cf27a4306",
    "match": "https://api-prod.gambitprofit.com/api/matches/722c300e-1c23-4f62-85ec-8412800992e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-31T10:08:03.475142-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 5.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0969ae7-ea80-47da-b98a-a615183baf1f",
            "gambit_id": "b19497e8-ae81-413c-889e-bf4aa852cb06",
            "last_updated": "2024-01-02T10:18:14.402288-05:00",
            "created_at": "2023-12-31T10:08:03.480400-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dcaa361-4748-4be9-a7b8-6c3cf27a4306/?format=api"
        },
        {
            "id": "0c9c9750-79da-4b32-8a8e-9275ce68f598",
            "gambit_id": "943661bd-54b9-4a61-8189-0f7c34b44210",
            "last_updated": "2024-01-02T10:18:14.405812-05:00",
            "created_at": "2023-12-31T10:08:03.486448-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dcaa361-4748-4be9-a7b8-6c3cf27a4306/?format=api"
        }
    ]
}