GET /api/bet_types/aacd6d8d-246f-422d-9ea7-49e29a1d6d78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aacd6d8d-246f-422d-9ea7-49e29a1d6d78",
    "match": "https://api-prod.gambitprofit.com/api/matches/7490e2cb-b042-4282-98fe-2891e02c0359/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T08:13:18.211227-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6109f355-298f-4b3d-817d-8f08ac8ff45a",
            "gambit_id": "088e7fd0-93ea-411a-aa53-f86ce309e1f9",
            "last_updated": "2023-09-29T10:08:20.004119-04:00",
            "created_at": "2023-09-28T08:13:18.223603-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aacd6d8d-246f-422d-9ea7-49e29a1d6d78/?format=api"
        },
        {
            "id": "9c315e35-218d-4126-ab22-fe4591acf69e",
            "gambit_id": "09d27fc1-3792-4adf-aaab-633f3cb858fa",
            "last_updated": "2023-09-29T10:08:20.008300-04:00",
            "created_at": "2023-09-28T08:13:18.216876-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aacd6d8d-246f-422d-9ea7-49e29a1d6d78/?format=api"
        }
    ]
}