GET /api/bet_types/d07abbcc-3b93-4fd5-bbc5-5ff31d547e08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d07abbcc-3b93-4fd5-bbc5-5ff31d547e08",
    "match": "https://api-prod.gambitprofit.com/api/matches/036c26c8-f88f-44d7-a960-2a64fc8d9a5a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-13T09:08:19.981739-04: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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8336d2c8-0b57-44b8-911d-fab870429040",
            "gambit_id": "d5fa7be8-54b4-4926-843a-585b86cac1b7",
            "last_updated": "2023-06-14T11:23:20.752322-04:00",
            "created_at": "2023-06-13T09:08:19.983399-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07abbcc-3b93-4fd5-bbc5-5ff31d547e08/?format=api"
        },
        {
            "id": "139cf5ef-9d33-4177-9c91-27e48400dbda",
            "gambit_id": "68951f88-31b8-4dbc-9722-9086e63c3c22",
            "last_updated": "2023-06-14T11:23:20.754165-04:00",
            "created_at": "2023-06-13T09:08:19.985184-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07abbcc-3b93-4fd5-bbc5-5ff31d547e08/?format=api"
        }
    ]
}