GET /api/bet_types/830ad5a9-5fe2-452d-a0bc-eb877b5d964c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "830ad5a9-5fe2-452d-a0bc-eb877b5d964c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9aba2fa-49a6-4ec2-8156-23bdfbe7cd1b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-19T09:58:10.238141-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7025e0d-dd45-4c11-96b6-3443cfb344b7",
            "gambit_id": "7dc3206e-5449-4403-a46f-25848a6413ab",
            "last_updated": "2023-07-20T19:48:15.898743-04:00",
            "created_at": "2023-07-19T09:58:10.241967-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/830ad5a9-5fe2-452d-a0bc-eb877b5d964c/?format=api"
        },
        {
            "id": "77d08c69-829a-48e8-ae27-393056241aef",
            "gambit_id": "7659f953-198f-4133-a292-1c29fc2279b7",
            "last_updated": "2023-07-20T19:48:15.896737-04:00",
            "created_at": "2023-07-19T09:58:10.239941-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/830ad5a9-5fe2-452d-a0bc-eb877b5d964c/?format=api"
        }
    ]
}