GET /api/bet_types/d0d041e5-a1fe-48a8-af06-335b30bc54fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0d041e5-a1fe-48a8-af06-335b30bc54fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/fde93381-b5d0-4d4d-8fab-dccaf1e38bcf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T11:13:14.049589-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": 5426.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "ecb88a48-a136-4225-b932-dbf5f2f35a00",
            "gambit_id": "feabe393-bbc9-4f40-b639-f295ccd7303d",
            "last_updated": "2023-06-15T23:28:30.184326-04:00",
            "created_at": "2023-06-14T11:13:14.051850-04:00",
            "name": "Game Total Over 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0d041e5-a1fe-48a8-af06-335b30bc54fc/?format=api"
        },
        {
            "id": "63e6f829-7098-4aab-937a-e83722dca47c",
            "gambit_id": "f9865e19-7829-4677-ac08-473c7688b178",
            "last_updated": "2023-06-15T23:28:30.185661-04:00",
            "created_at": "2023-06-14T11:13:14.054617-04:00",
            "name": "Game Total Under 9",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0d041e5-a1fe-48a8-af06-335b30bc54fc/?format=api"
        }
    ]
}