GET /api/bet_types/fd06fe32-9615-42ec-8ef6-2c3457d5c0ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd06fe32-9615-42ec-8ef6-2c3457d5c0ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/374adc58-c5f0-49a9-813f-319ad4eab0a0/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6266.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9335.0,
        "profit_sb": -165.0,
        "profit_sb_percentage": -1.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec5a1179-a2d1-478b-8a88-69b92696ec18",
            "gambit_id": "ed5ee94e-e1b6-4539-855d-40920de6a96a",
            "last_updated": "2022-10-21T21:02:28.858506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd06fe32-9615-42ec-8ef6-2c3457d5c0ba/?format=api"
        },
        {
            "id": "a73cd5d3-5e71-45be-a1d5-f00843cffa32",
            "gambit_id": "b48b2f24-4544-426b-89a6-46c1b2f73000",
            "last_updated": "2022-10-21T21:02:28.857307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd06fe32-9615-42ec-8ef6-2c3457d5c0ba/?format=api"
        }
    ]
}