GET /api/bet_types/877b8410-1f7c-48f5-b749-4a7dd4c6d082/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "877b8410-1f7c-48f5-b749-4a7dd4c6d082",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab562a1f-2f1c-43df-a3ac-d21b6147e8b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-13T09:11:48.178427-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 243.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 243.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "edf522ca-ca1e-4055-9e1f-3de2fc720b4b",
            "gambit_id": "24711e3d-f06f-4beb-9abf-3791006f9d84",
            "last_updated": "2023-01-14T12:07:00.836213-05:00",
            "created_at": "2023-01-13T09:11:48.181403-05:00",
            "name": "Game Total Over 243.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877b8410-1f7c-48f5-b749-4a7dd4c6d082/?format=api"
        },
        {
            "id": "2405c44f-d940-4934-b96d-51f37ed7c47d",
            "gambit_id": "7a5e8627-15db-4f4e-8e46-a6bfca92791a",
            "last_updated": "2023-01-14T12:07:00.833107-05:00",
            "created_at": "2023-01-13T09:11:48.179884-05:00",
            "name": "Game Total Under 243.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877b8410-1f7c-48f5-b749-4a7dd4c6d082/?format=api"
        }
    ]
}