GET /api/bet_types/388fc960-e920-4489-9fc8-1e57011b6bd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "388fc960-e920-4489-9fc8-1e57011b6bd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5aa3524-5bdf-445c-9754-9e0402bf9f46/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-15T08:58:23.290788-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "464f5e0e-5833-4513-9235-72997b283b00",
            "gambit_id": "0c84ad0a-668b-4c06-aee3-092c78b0adfd",
            "last_updated": "2023-08-17T10:38:00.283999-04:00",
            "created_at": "2023-08-15T08:58:23.297868-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/388fc960-e920-4489-9fc8-1e57011b6bd5/?format=api"
        },
        {
            "id": "f32a9f44-7e19-4849-89fc-a80bddc125fd",
            "gambit_id": "01170b5b-a2e0-4220-908b-ce9d719aa817",
            "last_updated": "2023-08-17T10:38:00.280617-04:00",
            "created_at": "2023-08-15T08:58:23.294154-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/388fc960-e920-4489-9fc8-1e57011b6bd5/?format=api"
        }
    ]
}