GET /api/bet_types/292a431b-c9f4-4ff6-a929-716fb489a3d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "292a431b-c9f4-4ff6-a929-716fb489a3d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/018b4c8a-ec9d-4c97-afa2-8afa0d93e3a8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:53.185328-05: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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "efe4727c-7a94-4d6d-8534-cc959bf5a302",
            "gambit_id": "f571af3e-8df3-4012-9a18-e61aa3ba0673",
            "last_updated": "2023-01-19T09:37:18.646401-05:00",
            "created_at": "2023-01-18T09:16:53.192965-05:00",
            "name": "Game Total Over 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/292a431b-c9f4-4ff6-a929-716fb489a3d4/?format=api"
        },
        {
            "id": "cb90442e-6167-417b-a8aa-139905ef9c00",
            "gambit_id": "480ff228-ed02-4bb2-89a0-647b22ca3788",
            "last_updated": "2023-01-19T09:37:18.645172-05:00",
            "created_at": "2023-01-18T09:16:53.189403-05:00",
            "name": "Game Total Under 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/292a431b-c9f4-4ff6-a929-716fb489a3d4/?format=api"
        }
    ]
}