GET /api/bet_types/a8e16985-37d3-43c0-aea5-a1c5a20e11bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8e16985-37d3-43c0-aea5-a1c5a20e11bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a32b1a85-c179-4879-aec3-167f6ef5833a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:56.177231-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bca40636-5169-4d3d-afcd-a5a0597a96d6",
            "gambit_id": "11b7b44e-9e8b-417f-af6b-a8584eb4003d",
            "last_updated": "2023-05-07T11:57:18.010095-04:00",
            "created_at": "2023-05-06T11:51:56.178670-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e16985-37d3-43c0-aea5-a1c5a20e11bd/?format=api"
        },
        {
            "id": "416e1223-ce4f-4240-b0e5-8520d15ce2ec",
            "gambit_id": "e6a6fcdd-685d-45d0-a793-243f9e0b6941",
            "last_updated": "2023-05-07T11:57:18.008465-04:00",
            "created_at": "2023-05-06T11:51:56.180129-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e16985-37d3-43c0-aea5-a1c5a20e11bd/?format=api"
        }
    ]
}