GET /api/bet_types/78c88f54-3be1-48ee-9dcd-4226aa727d1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78c88f54-3be1-48ee-9dcd-4226aa727d1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e5850a4-2d84-47a2-be6d-e9baa95e1122/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-05T14:19:53.464133-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 6",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3191c61-d855-4f08-8f71-0eea89a83544",
            "gambit_id": "385ab922-ee62-4636-8035-1944109d8c1d",
            "last_updated": "2023-03-06T19:17:19.197537-05:00",
            "created_at": "2023-03-05T14:19:53.465547-05:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78c88f54-3be1-48ee-9dcd-4226aa727d1d/?format=api"
        },
        {
            "id": "846c8723-ed8d-49a4-adf7-315592414d3e",
            "gambit_id": "40d36a18-c709-46c6-b01e-71d472fca691",
            "last_updated": "2023-03-06T19:17:19.198846-05:00",
            "created_at": "2023-03-05T14:19:53.467270-05:00",
            "name": "Game Total Over 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78c88f54-3be1-48ee-9dcd-4226aa727d1d/?format=api"
        }
    ]
}