GET /api/bet_types/cb66ddd5-b4b6-49d9-a0a2-4cf7e0a6ad04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb66ddd5-b4b6-49d9-a0a2-4cf7e0a6ad04",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4d50e75-90a9-4ea0-a7f5-5ddf98f4b5db/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:15.395504-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "70c6a95e-28ef-4730-812d-63c862b5054c",
            "gambit_id": "9c40e82d-d497-4c3e-8aee-d4cf2cc91ac9",
            "last_updated": "2023-04-15T15:32:04.499232-04:00",
            "created_at": "2023-04-14T12:02:15.396849-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb66ddd5-b4b6-49d9-a0a2-4cf7e0a6ad04/?format=api"
        },
        {
            "id": "1a3198cd-459f-4ddc-bbfa-90c13303a101",
            "gambit_id": "ee490938-f124-4f2c-8ce9-84e97076ed27",
            "last_updated": "2023-04-15T15:32:04.500957-04:00",
            "created_at": "2023-04-14T12:02:15.398240-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb66ddd5-b4b6-49d9-a0a2-4cf7e0a6ad04/?format=api"
        }
    ]
}