GET /api/bet_types/7bac51a4-f852-487d-9962-bda734b744cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bac51a4-f852-487d-9962-bda734b744cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/6be0c2ad-b1f3-48fc-a931-9aea56658218/?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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a9ee9bf-df1c-4264-9c57-fd6c6825ad19",
            "gambit_id": "d070dc63-f95e-44fe-91c4-8e35cf9c7904",
            "last_updated": "2022-10-21T20:52:22.770544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bac51a4-f852-487d-9962-bda734b744cc/?format=api"
        },
        {
            "id": "d5a30ba4-fbfd-432a-b58d-ab57eed8bd95",
            "gambit_id": "04b76a17-11ae-4f64-831a-6a3a3b591356",
            "last_updated": "2022-10-21T20:52:22.769303-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bac51a4-f852-487d-9962-bda734b744cc/?format=api"
        }
    ]
}