GET /api/bet_types/3c7ab142-6ead-4de8-9393-7c4da0ea2ff2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c7ab142-6ead-4de8-9393-7c4da0ea2ff2",
    "match": "https://api-prod.gambitprofit.com/api/matches/635144f2-5055-4f7f-a835-7e9068143b73/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:11.893702-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 Under 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d36f7c95-bfd6-498e-ba6c-0dd280686c54",
            "gambit_id": "bda50126-9a71-48fb-9141-f5df00d4dba4",
            "last_updated": "2024-01-29T22:08:13.937641-05:00",
            "created_at": "2024-01-27T09:18:11.904564-05:00",
            "name": "Game Total Under 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7ab142-6ead-4de8-9393-7c4da0ea2ff2/?format=api"
        },
        {
            "id": "00e265dd-79f7-4692-9cf5-35c82f4d6140",
            "gambit_id": "922f8659-921c-4670-a5f2-bfbda03ad28e",
            "last_updated": "2024-01-29T22:08:13.941126-05:00",
            "created_at": "2024-01-27T09:18:11.899612-05:00",
            "name": "Game Total Over 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7ab142-6ead-4de8-9393-7c4da0ea2ff2/?format=api"
        }
    ]
}