GET /api/bet_types/92953ac2-4285-407b-98f4-18f5c8d017a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92953ac2-4285-407b-98f4-18f5c8d017a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3046dc42-7fff-43d9-8941-48a10bf02e01/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-25T09:18:02.282745-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "246aa915-03cf-4df7-8bda-9b64d4efe35a",
            "gambit_id": "72353a78-6c4b-45ab-a542-d6c8e806bf01",
            "last_updated": "2023-11-27T10:23:24.182982-05:00",
            "created_at": "2023-11-25T09:18:02.286756-05:00",
            "name": "Game Total Over 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92953ac2-4285-407b-98f4-18f5c8d017a9/?format=api"
        },
        {
            "id": "a1b4ec27-8cea-4063-8414-bafdb7bbf056",
            "gambit_id": "7b047090-cd2c-4020-83fc-f4e3b40f50af",
            "last_updated": "2023-11-27T10:23:24.186250-05:00",
            "created_at": "2023-11-25T09:18:02.291697-05:00",
            "name": "Game Total Under 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92953ac2-4285-407b-98f4-18f5c8d017a9/?format=api"
        }
    ]
}