GET /api/bet_types/7a2fb871-761a-4587-98ea-e203cbe0cbf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a2fb871-761a-4587-98ea-e203cbe0cbf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/21804711-03f4-4ee9-b659-68041dbb4bb3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:09.238141-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd350c44-fa20-488b-9d5f-b6a95d397245",
            "gambit_id": "3c81c7db-9788-4857-8185-e0e50af82bec",
            "last_updated": "2023-11-06T09:13:24.223753-05:00",
            "created_at": "2023-11-04T09:48:09.248216-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a2fb871-761a-4587-98ea-e203cbe0cbf6/?format=api"
        },
        {
            "id": "ce1db822-537a-450f-9ec3-a5652446950e",
            "gambit_id": "5248206d-bdd2-4fb9-aaf4-86a2253eb416",
            "last_updated": "2023-11-06T09:13:24.227149-05:00",
            "created_at": "2023-11-04T09:48:09.251798-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a2fb871-761a-4587-98ea-e203cbe0cbf6/?format=api"
        }
    ]
}