GET /api/bet_types/92f27521-472e-4f5f-83bb-23acea5165a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92f27521-472e-4f5f-83bb-23acea5165a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/483243ac-4422-41d9-b67b-fa4602d774b7/?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 Under 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f169267-f47c-472d-8497-f7b8030d1e6d",
            "gambit_id": "031f746e-53e9-4f0a-8988-252ca0e14d2a",
            "last_updated": "2022-11-28T10:22:12.148330-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92f27521-472e-4f5f-83bb-23acea5165a1/?format=api"
        },
        {
            "id": "2aa80146-d715-475e-a50b-9db0071266d9",
            "gambit_id": "6e1b2533-c7e3-40fd-a3e2-66c73a2fb619",
            "last_updated": "2022-11-28T10:22:12.149553-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92f27521-472e-4f5f-83bb-23acea5165a1/?format=api"
        }
    ]
}