GET /api/bet_types/e4dabc72-475f-46e6-ae48-0d89443cee23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4dabc72-475f-46e6-ae48-0d89443cee23",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1d94f0e-238d-4307-a31d-481729761c74/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T12:38:05.798418-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": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "142cc5de-3842-419b-b781-7e626bff736b",
            "gambit_id": "1bb786c8-884a-4918-9e33-64f4e9484dc6",
            "last_updated": "2023-07-27T13:07:58.269116-04:00",
            "created_at": "2023-07-25T12:38:05.807310-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4dabc72-475f-46e6-ae48-0d89443cee23/?format=api"
        },
        {
            "id": "926bd43f-24fd-40b9-90d0-1ee1be376700",
            "gambit_id": "7034f5cd-2c44-4869-8063-71f0ef42176d",
            "last_updated": "2023-07-27T13:07:58.272334-04:00",
            "created_at": "2023-07-25T12:38:05.813042-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4dabc72-475f-46e6-ae48-0d89443cee23/?format=api"
        }
    ]
}