GET /api/bet_types/906d6c62-173e-4e14-9514-d6e2690d28ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "906d6c62-173e-4e14-9514-d6e2690d28ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/5048c6e3-a1fe-4d15-9121-d79059dc0366/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:02.232478-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 Over 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f16e42e-033e-462c-9898-e1cc632345a4",
            "gambit_id": "ad50c7ed-cb26-4eae-8761-478f7e8079f0",
            "last_updated": "2023-11-27T09:53:16.997160-05:00",
            "created_at": "2023-11-24T09:08:02.240054-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/906d6c62-173e-4e14-9514-d6e2690d28ac/?format=api"
        },
        {
            "id": "381388cb-9275-4d5f-9f0a-f1265d5c1608",
            "gambit_id": "3f424a7c-3743-441c-98b2-7d8107e47875",
            "last_updated": "2023-11-27T09:53:17.002551-05:00",
            "created_at": "2023-11-24T09:08:02.246498-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/906d6c62-173e-4e14-9514-d6e2690d28ac/?format=api"
        }
    ]
}