GET /api/bet_types/9ba16738-8a9b-4875-b97e-135435a6d9ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ba16738-8a9b-4875-b97e-135435a6d9ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/645a0ae6-9a97-41eb-b97e-dc939f8d9fca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-30T08:18:23.097949-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": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "775dffb1-444c-419b-9945-0d5a1b91740d",
            "gambit_id": "c4d1bc91-7fa1-402c-a097-99d3f6494803",
            "last_updated": "2023-07-31T18:13:08.575152-04:00",
            "created_at": "2023-07-30T08:18:23.101771-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ba16738-8a9b-4875-b97e-135435a6d9ad/?format=api"
        },
        {
            "id": "e2bad4f5-6ca4-40a5-b73a-c58f8429e23f",
            "gambit_id": "b5bdd10c-63c7-4603-bdd1-1d0a9245afca",
            "last_updated": "2023-07-31T18:13:08.579970-04:00",
            "created_at": "2023-07-30T08:18:23.108186-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ba16738-8a9b-4875-b97e-135435a6d9ad/?format=api"
        }
    ]
}