GET /api/bet_types/dbc98d13-8896-4455-b227-cd4ef52658f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbc98d13-8896-4455-b227-cd4ef52658f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6442113-5be4-466c-8a10-113a7f4fe8c4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:13.262055-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6f1edfa-0796-4c9d-8f21-518cf7b5735e",
            "gambit_id": "77152111-54b7-4457-9849-7e2d1e706a82",
            "last_updated": "2024-01-16T15:13:03.057448-05:00",
            "created_at": "2024-01-13T09:38:13.266169-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc98d13-8896-4455-b227-cd4ef52658f4/?format=api"
        },
        {
            "id": "84142f16-a1d8-4e9c-afbc-653db3e0fa5f",
            "gambit_id": "47b0b265-1286-4518-88de-80de07db4fe8",
            "last_updated": "2024-01-16T15:13:03.061054-05:00",
            "created_at": "2024-01-13T09:38:13.269966-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc98d13-8896-4455-b227-cd4ef52658f4/?format=api"
        }
    ]
}