GET /api/bet_types/b521b88f-3df7-4ed0-b6f3-23e761199657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b521b88f-3df7-4ed0-b6f3-23e761199657",
    "match": "https://api-prod.gambitprofit.com/api/matches/9070ee64-e594-4005-b3ff-9e5881c2ab5f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T17:53:22.223276-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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "9af21cd9-8e2d-4cee-b8ea-e0c94c7788be",
            "gambit_id": "ccd289c0-a9d6-4f9a-8dea-7b9631dbdf09",
            "last_updated": "2023-08-22T09:37:58.224224-04:00",
            "created_at": "2023-08-18T17:53:22.235599-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b521b88f-3df7-4ed0-b6f3-23e761199657/?format=api"
        },
        {
            "id": "c42a73fc-5836-4c9a-898c-a914d8315cac",
            "gambit_id": "695ef54c-0f22-49a5-acac-a8b393310407",
            "last_updated": "2023-08-22T09:37:58.220937-04:00",
            "created_at": "2023-08-18T17:53:22.228142-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b521b88f-3df7-4ed0-b6f3-23e761199657/?format=api"
        }
    ]
}