GET /api/bet_types/a6def74d-04f8-4a93-8bbe-b596d28b63b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6def74d-04f8-4a93-8bbe-b596d28b63b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8d306e0-7edc-42f2-96ec-65a2fef3f9dd/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e2faf45-44c4-41e5-9668-58eea4f33227",
            "gambit_id": "e1908a1b-c265-453c-b010-9ee8dc15c9e3",
            "last_updated": "2022-12-14T10:17:16.531016-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6def74d-04f8-4a93-8bbe-b596d28b63b8/?format=api"
        },
        {
            "id": "6bda8288-7d66-44fc-b0c7-d5f1fcee6ba6",
            "gambit_id": "25dd4096-b0d5-4d08-a35f-bfde8cfff47a",
            "last_updated": "2022-12-14T10:17:16.532294-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6def74d-04f8-4a93-8bbe-b596d28b63b8/?format=api"
        }
    ]
}