GET /api/bet_types/ef573b67-b7f5-43ac-ae2e-b60d8384e260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef573b67-b7f5-43ac-ae2e-b60d8384e260",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ad78ad9-c973-4592-9ff0-97a4fa7966fe/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa63ed6b-32c6-4121-bd6c-45f540fb14ef",
            "gambit_id": "5227f39b-a65d-43fe-8edc-fe5e846f299e",
            "last_updated": "2022-10-28T10:02:06.906982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef573b67-b7f5-43ac-ae2e-b60d8384e260/?format=api"
        },
        {
            "id": "f2bad33f-3730-4bfb-9d8a-f07c5e8079c2",
            "gambit_id": "b7f63bc1-4816-40ec-8e34-9168f6532d0d",
            "last_updated": "2022-10-28T10:02:06.905747-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef573b67-b7f5-43ac-ae2e-b60d8384e260/?format=api"
        }
    ]
}