GET /api/bet_types/20df0ff3-d443-4e3a-8950-7e79953a29ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20df0ff3-d443-4e3a-8950-7e79953a29ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/f14e04cf-41db-4e5b-b16b-f2d0f389e213/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T11:43:10.001558-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": "dec2ed54-d7bf-4518-a175-d82519f60ba0",
            "gambit_id": "1e7f1ed6-a9fc-4bb6-a142-e6c02a206f22",
            "last_updated": "2023-08-25T19:08:09.870291-04:00",
            "created_at": "2023-08-24T11:43:10.014418-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/20df0ff3-d443-4e3a-8950-7e79953a29ea/?format=api"
        },
        {
            "id": "c4bf6730-3a4c-40f3-8e05-034487191a3d",
            "gambit_id": "ea2623f3-978e-4d78-b491-07e56367bd3a",
            "last_updated": "2023-08-25T19:08:09.874116-04:00",
            "created_at": "2023-08-24T11:43:10.027626-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/20df0ff3-d443-4e3a-8950-7e79953a29ea/?format=api"
        }
    ]
}