GET /api/bet_types/918d35c7-dcf5-4f51-b70f-549b67203e74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "918d35c7-dcf5-4f51-b70f-549b67203e74",
    "match": "https://api-prod.gambitprofit.com/api/matches/debfe789-7f44-4c13-93d1-b23a333eed14/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:15.052335-04: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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "642d4f9a-c171-4937-8bd8-eb3c0085614e",
            "gambit_id": "4a82b4c9-809c-4061-b7db-a6d7b5f3004d",
            "last_updated": "2023-04-15T15:32:01.394649-04:00",
            "created_at": "2023-04-14T12:02:15.055722-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/918d35c7-dcf5-4f51-b70f-549b67203e74/?format=api"
        },
        {
            "id": "cb91a689-2148-4373-80ef-c3e56ba18f08",
            "gambit_id": "e45a11c8-2aa7-457e-8d5e-c2f46661ab33",
            "last_updated": "2023-04-15T15:32:01.392311-04:00",
            "created_at": "2023-04-14T12:02:15.053976-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/918d35c7-dcf5-4f51-b70f-549b67203e74/?format=api"
        }
    ]
}