GET /api/bet_types/aa5684bd-788c-4105-a1d8-b5c6b70370a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa5684bd-788c-4105-a1d8-b5c6b70370a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f3c0f38-165c-418d-9757-a70da2001c9b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-03T09:37:57.706025-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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "af6c409a-b8df-4574-93f7-798d72dc574c",
            "gambit_id": "6f4697a5-37ad-4e32-8d4d-812b86dc2918",
            "last_updated": "2024-01-05T13:53:01.470567-05:00",
            "created_at": "2024-01-03T09:37:57.716877-05:00",
            "name": "Game Total Under 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa5684bd-788c-4105-a1d8-b5c6b70370a3/?format=api"
        },
        {
            "id": "39e6055a-7e3b-4f5a-a1e0-54f92b432c11",
            "gambit_id": "40586137-e941-4bb8-8427-2906c7911165",
            "last_updated": "2024-01-05T13:53:01.479773-05:00",
            "created_at": "2024-01-03T09:37:57.709763-05:00",
            "name": "Game Total Over 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa5684bd-788c-4105-a1d8-b5c6b70370a3/?format=api"
        }
    ]
}