GET /api/bet_types/35d6530f-7495-49ed-9662-cbb2d886dff5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35d6530f-7495-49ed-9662-cbb2d886dff5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0416001-6498-4798-bfd7-6c0a33151d4e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:01:58.964337-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 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "822a4ffb-de95-47de-8961-86efd322d393",
            "gambit_id": "1e72a372-2955-43c2-8c43-fd90d388925d",
            "last_updated": "2023-04-10T15:12:15.719593-04:00",
            "created_at": "2023-04-08T09:01:58.969668-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35d6530f-7495-49ed-9662-cbb2d886dff5/?format=api"
        },
        {
            "id": "5a36de10-054d-4427-9509-151a441965c4",
            "gambit_id": "cdd02e50-eba3-4e77-9390-2d38df178db5",
            "last_updated": "2023-04-10T15:12:15.716135-04:00",
            "created_at": "2023-04-08T09:01:58.966885-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35d6530f-7495-49ed-9662-cbb2d886dff5/?format=api"
        }
    ]
}