GET /api/bet_types/88b5ef88-f99c-4bf7-a3d0-9d0db7b90fca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88b5ef88-f99c-4bf7-a3d0-9d0db7b90fca",
    "match": "https://api-prod.gambitprofit.com/api/matches/a96b5553-160a-4c40-8624-b8a015bb08cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:57.685709-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "05ae42a2-3b6a-410d-87fd-dab301b3d7ca",
            "gambit_id": "83b392e3-c69f-47d8-a9a3-b048526d2fed",
            "last_updated": "2023-05-25T13:47:06.284577-04:00",
            "created_at": "2023-05-20T10:51:57.689705-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88b5ef88-f99c-4bf7-a3d0-9d0db7b90fca/?format=api"
        },
        {
            "id": "7fca7afd-5847-49f7-b305-3e38dfa61220",
            "gambit_id": "d83dc436-fd75-4013-bebf-839bd6ccbcad",
            "last_updated": "2023-05-25T13:47:06.286684-04:00",
            "created_at": "2023-05-20T10:51:57.687676-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88b5ef88-f99c-4bf7-a3d0-9d0db7b90fca/?format=api"
        }
    ]
}