GET /api/bet_types/da780560-9723-4e7d-997f-4edc981f63ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da780560-9723-4e7d-997f-4edc981f63ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b96b3d1-bb02-42d1-9b94-6dab8cf64451/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:27.243409-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 Under 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc84a049-b946-4642-85df-3847205d68f9",
            "gambit_id": "a0789b42-8747-4cf7-afcb-6e3a459d6226",
            "last_updated": "2023-11-20T14:38:31.746211-05:00",
            "created_at": "2023-11-18T09:38:27.251560-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da780560-9723-4e7d-997f-4edc981f63ff/?format=api"
        },
        {
            "id": "e5adffd7-07d8-4141-a168-ca921fa58f6e",
            "gambit_id": "393031dd-7179-4bfe-a1b2-0fcd166679ee",
            "last_updated": "2023-11-20T14:38:31.749782-05:00",
            "created_at": "2023-11-18T09:38:27.246612-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da780560-9723-4e7d-997f-4edc981f63ff/?format=api"
        }
    ]
}