GET /api/bet_types/1facdfe0-95a9-48bb-b54e-fe3af9bd5c0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1facdfe0-95a9-48bb-b54e-fe3af9bd5c0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/74eb8bdc-4fe7-4277-b7ab-8bbe1508be75/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T11:18:01.091473-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 38.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "04258e1f-7f97-4c63-8aec-bd23fbffe5d3",
            "gambit_id": "77cb64b3-d9ea-497c-915b-6bb1c332b2a6",
            "last_updated": "2023-11-13T15:43:04.474652-05:00",
            "created_at": "2023-11-10T11:18:01.099258-05:00",
            "name": "Game Total Under 38.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1facdfe0-95a9-48bb-b54e-fe3af9bd5c0f/?format=api"
        },
        {
            "id": "90764693-e029-4b9f-a601-c53e309ef823",
            "gambit_id": "7bf48d19-468c-4ecd-802e-0ba663b9e791",
            "last_updated": "2023-11-13T15:43:04.470966-05:00",
            "created_at": "2023-11-10T11:18:01.095155-05:00",
            "name": "Game Total Over 38.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1facdfe0-95a9-48bb-b54e-fe3af9bd5c0f/?format=api"
        }
    ]
}