GET /api/bet_types/f71e2902-29bf-4068-8040-f3c9e15d888e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f71e2902-29bf-4068-8040-f3c9e15d888e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e2c7483-e18a-4a71-8355-db37ec7a9a73/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:23:20.492896-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8fc4378-a803-4420-854d-b8908c690316",
            "gambit_id": "351e095e-4dad-4782-9f28-5c04235709fb",
            "last_updated": "2023-11-12T11:28:24.023045-05:00",
            "created_at": "2023-11-10T08:23:20.501053-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71e2902-29bf-4068-8040-f3c9e15d888e/?format=api"
        },
        {
            "id": "0ae4b18c-2735-4cdc-b555-cc4e9a357c74",
            "gambit_id": "f7db79d0-34d5-4107-996c-691e46be3968",
            "last_updated": "2023-11-12T11:28:24.026993-05:00",
            "created_at": "2023-11-10T08:23:20.496176-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71e2902-29bf-4068-8040-f3c9e15d888e/?format=api"
        }
    ]
}