GET /api/bet_types/4be3dcb7-4cf4-4fbc-b438-76494b6e31ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4be3dcb7-4cf4-4fbc-b438-76494b6e31ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d6e469e-d15c-4cc4-b508-dccba7807b9a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-07T11:33:27.950927-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad4088fe-ee87-47b5-9823-40daa3d708e5",
            "gambit_id": "941912f3-0cbf-4b9d-83d8-ef641b8786e8",
            "last_updated": "2023-07-09T20:28:25.809191-04:00",
            "created_at": "2023-07-07T11:33:27.955389-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be3dcb7-4cf4-4fbc-b438-76494b6e31ff/?format=api"
        },
        {
            "id": "5a7c0c41-f4f7-478a-b4c3-d64ae112c8e5",
            "gambit_id": "122d1e99-097d-4157-9ba3-3e171cc0c50c",
            "last_updated": "2023-07-09T20:28:25.806822-04:00",
            "created_at": "2023-07-07T11:33:27.953551-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be3dcb7-4cf4-4fbc-b438-76494b6e31ff/?format=api"
        }
    ]
}