GET /api/bet_types/c37bd132-1aec-497a-b902-69f89b456f6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c37bd132-1aec-497a-b902-69f89b456f6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/855c6abe-8a97-417f-88f5-151334fa8791/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:15.315437-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7a2de0e-c2d9-42e2-8799-ced54ddee5c7",
            "gambit_id": "2b99bb80-ac91-43bf-b82a-36bd37d93681",
            "last_updated": "2023-04-05T17:47:10.260293-04:00",
            "created_at": "2023-04-04T09:32:15.318989-04:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c37bd132-1aec-497a-b902-69f89b456f6e/?format=api"
        },
        {
            "id": "5dabbb7e-4ce6-4665-a501-c5b6640f6df2",
            "gambit_id": "ceeb9872-f419-42f7-bd29-40b201b0ede4",
            "last_updated": "2023-04-05T17:47:10.257857-04:00",
            "created_at": "2023-04-04T09:32:15.317156-04:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c37bd132-1aec-497a-b902-69f89b456f6e/?format=api"
        }
    ]
}