GET /api/bet_types/dc4eb15e-088c-4c7d-b185-8d5d7589be5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc4eb15e-088c-4c7d-b185-8d5d7589be5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b41330c-8d17-4e32-85a6-3963a04795e1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:23.543844-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a5cac4a-fa9f-4576-a08a-3f3693cdb96d",
            "gambit_id": "4efd8f0b-27e1-43f2-aeb0-cc5da909f033",
            "last_updated": "2023-07-17T09:13:05.271528-04:00",
            "created_at": "2023-07-14T09:13:23.545324-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4eb15e-088c-4c7d-b185-8d5d7589be5b/?format=api"
        },
        {
            "id": "7ab2bd36-37bf-4ddf-a513-1af95b2e188e",
            "gambit_id": "64472d33-6ff2-43d9-97bb-76b2bd54bdca",
            "last_updated": "2023-07-17T09:13:05.272898-04:00",
            "created_at": "2023-07-14T09:13:23.547117-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4eb15e-088c-4c7d-b185-8d5d7589be5b/?format=api"
        }
    ]
}