GET /api/bet_types/5cd721ea-4120-4c1f-950c-cc0ca4c7ddac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cd721ea-4120-4c1f-950c-cc0ca4c7ddac",
    "match": "https://api-prod.gambitprofit.com/api/matches/5184d4d7-f30d-466b-a407-29c674500eee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-02T09:28:02.263364-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 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe632ada-2856-45a8-8341-bab4b78676eb",
            "gambit_id": "a39ca099-314b-4692-9dd3-43514d6e6eac",
            "last_updated": "2023-08-03T10:58:04.378363-04:00",
            "created_at": "2023-08-02T09:28:02.282865-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cd721ea-4120-4c1f-950c-cc0ca4c7ddac/?format=api"
        },
        {
            "id": "d9525615-1314-4328-9092-4359240d1578",
            "gambit_id": "71a268bf-d407-4c6a-a9a8-c72ce020713f",
            "last_updated": "2023-08-03T10:58:04.382891-04:00",
            "created_at": "2023-08-02T09:28:02.273694-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cd721ea-4120-4c1f-950c-cc0ca4c7ddac/?format=api"
        }
    ]
}