GET /api/bet_types/bb7fdee2-cfaf-4fa9-a03f-235e113f976c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb7fdee2-cfaf-4fa9-a03f-235e113f976c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbc0c4f4-9f2b-4124-af2e-336a41affd13/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-08T09:23:25.577641-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": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d2b9af8-3bad-4617-a7ce-5222b218ec05",
            "gambit_id": "98fe76a9-a9d8-4df3-8039-2cf25f868125",
            "last_updated": "2023-09-09T11:23:27.664058-04:00",
            "created_at": "2023-09-08T09:23:25.585395-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb7fdee2-cfaf-4fa9-a03f-235e113f976c/?format=api"
        },
        {
            "id": "9ba493b1-5fbd-4bdc-b53c-4420b9e5e8ac",
            "gambit_id": "68be3fc3-293d-48ee-bf55-cc6b7c679b07",
            "last_updated": "2023-09-09T11:23:27.667338-04:00",
            "created_at": "2023-09-08T09:23:25.593233-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb7fdee2-cfaf-4fa9-a03f-235e113f976c/?format=api"
        }
    ]
}