GET /api/bet_types/e6f68129-443f-4513-9d69-a70f12596dbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6f68129-443f-4513-9d69-a70f12596dbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/707624f1-9aa4-4e7a-856f-c60a2e5f4695/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:00.975790-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "26836bcc-64cd-4cb5-b6e4-1303a9221103",
            "gambit_id": "da4b5fd2-77f5-40f6-8b02-472fec72a08d",
            "last_updated": "2023-04-28T11:22:25.571133-04:00",
            "created_at": "2023-04-27T11:52:00.978976-04:00",
            "name": "Game Total Over 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f68129-443f-4513-9d69-a70f12596dbd/?format=api"
        },
        {
            "id": "02db7ae7-968b-45b1-9b05-f1472dfb81b3",
            "gambit_id": "7258ff4f-5454-4c24-bce4-d8fedc734652",
            "last_updated": "2023-04-28T11:22:25.569945-04:00",
            "created_at": "2023-04-27T11:52:00.977358-04:00",
            "name": "Game Total Under 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f68129-443f-4513-9d69-a70f12596dbd/?format=api"
        }
    ]
}