GET /api/bet_types/c31246b8-42f5-4258-8b26-170c7fc58822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c31246b8-42f5-4258-8b26-170c7fc58822",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f7d26fb-3203-4454-8d50-cebd74f422fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:06.150626-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "0860f841-8a84-48f7-acda-131c169460e3",
            "gambit_id": "fa418821-a7f3-4627-94ba-6493f855f903",
            "last_updated": "2023-11-17T23:38:13.390924-05:00",
            "created_at": "2023-11-16T09:28:06.154302-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c31246b8-42f5-4258-8b26-170c7fc58822/?format=api"
        },
        {
            "id": "b2a4e1c5-47eb-4e27-a532-07ee0e2b2edb",
            "gambit_id": "d92770d9-f915-47d5-ae5e-fb367500a9a3",
            "last_updated": "2023-11-17T23:38:13.394506-05:00",
            "created_at": "2023-11-16T09:28:06.159056-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c31246b8-42f5-4258-8b26-170c7fc58822/?format=api"
        }
    ]
}