GET /api/bet_types/390561b7-0fde-4602-a09b-ae7d22b2e96f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "390561b7-0fde-4602-a09b-ae7d22b2e96f",
    "match": "https://api-prod.gambitprofit.com/api/matches/efaf8bbf-265d-40e3-b3bf-7165a14740a9/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 35",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 35",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "20ede0b3-5450-486b-ae2a-dcf2cfc9a78e",
            "gambit_id": "d3866957-8787-4061-b816-aa54f860454b",
            "last_updated": "2022-08-29T11:32:14.618832-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 35",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/390561b7-0fde-4602-a09b-ae7d22b2e96f/?format=api"
        },
        {
            "id": "b7347303-4c62-41ad-a725-a83a52ab76d9",
            "gambit_id": "d5643ce3-afa1-4b1b-9d71-7b04d2f36696",
            "last_updated": "2022-08-29T11:32:14.619381-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 35",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/390561b7-0fde-4602-a09b-ae7d22b2e96f/?format=api"
        }
    ]
}