GET /api/bet_types/fd9a52d4-6ee2-4a56-8617-2b78116970b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd9a52d4-6ee2-4a56-8617-2b78116970b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9255584-cef1-4758-8bcd-baa7bfa9b271/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-05T14:19:53.753234-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "25903490-af6e-4d8a-81c6-c7e2903af407",
            "gambit_id": "51fff98c-95e3-458c-ab86-eb234eff8fdc",
            "last_updated": "2023-03-06T19:12:05.477089-05:00",
            "created_at": "2023-03-05T14:19:53.755931-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd9a52d4-6ee2-4a56-8617-2b78116970b5/?format=api"
        },
        {
            "id": "9165f2ee-8ab5-4b84-b5a9-53c6d4e3a0b4",
            "gambit_id": "6147471b-c714-44dd-91a8-4cf3ab0342c3",
            "last_updated": "2023-03-06T19:12:05.475892-05:00",
            "created_at": "2023-03-05T14:19:53.754417-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd9a52d4-6ee2-4a56-8617-2b78116970b5/?format=api"
        }
    ]
}