GET /api/bet_types/9cc821e0-1b89-4228-8fa5-49d52927d22b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cc821e0-1b89-4228-8fa5-49d52927d22b",
    "match": "https://api-prod.gambitprofit.com/api/matches/12936f65-632c-40e5-83d0-61bf19b99a9a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T13:51:52.336954-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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b45931e-2f7e-4e6f-8ec1-da896205d527",
            "gambit_id": "2b19cb89-090b-4a3e-8aa0-8bd61e15e268",
            "last_updated": "2023-03-26T13:37:10.031442-04:00",
            "created_at": "2023-03-24T13:51:52.339349-04:00",
            "name": "Game Total Under 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc821e0-1b89-4228-8fa5-49d52927d22b/?format=api"
        },
        {
            "id": "f71f30d1-9f87-4a62-898c-2ee5f51a7d6f",
            "gambit_id": "7ac4d338-9951-4a98-a288-da2d5fe7ecca",
            "last_updated": "2023-03-26T13:37:10.033685-04:00",
            "created_at": "2023-03-24T13:51:52.341105-04:00",
            "name": "Game Total Over 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc821e0-1b89-4228-8fa5-49d52927d22b/?format=api"
        }
    ]
}