GET /api/bet_types/4749f883-d6af-491f-b7a4-776842c969d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4749f883-d6af-491f-b7a4-776842c969d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8c5a08c-9a16-43b6-a6de-93c32f92b591/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:20.886901-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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7203c7a5-775f-4608-b4a3-7588e8c4b7a0",
            "gambit_id": "79a7854f-f455-4f63-b216-159321f41b00",
            "last_updated": "2024-02-03T10:32:57.995004-05:00",
            "created_at": "2024-02-02T09:58:20.895276-05:00",
            "name": "Game Total Under 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4749f883-d6af-491f-b7a4-776842c969d7/?format=api"
        },
        {
            "id": "3970ef6e-9bff-42bf-a308-e94df5e0ee2c",
            "gambit_id": "741a0175-d54c-4ef0-87a2-021e24de042b",
            "last_updated": "2024-02-03T10:32:57.991780-05:00",
            "created_at": "2024-02-02T09:58:20.903231-05:00",
            "name": "Game Total Over 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4749f883-d6af-491f-b7a4-776842c969d7/?format=api"
        }
    ]
}