GET /api/bet_types/a7402dec-0969-4dfc-b665-f6db63057fbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7402dec-0969-4dfc-b665-f6db63057fbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2153e505-fcdf-4e3a-ab22-a2b5a6723039/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:07.982378-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee6b94fa-7106-40a6-a78a-7ff14551fe7a",
            "gambit_id": "f611d71e-d34a-4edb-9fd9-6755302ebf82",
            "last_updated": "2023-04-20T11:42:17.338110-04:00",
            "created_at": "2023-04-19T12:17:07.984050-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7402dec-0969-4dfc-b665-f6db63057fbc/?format=api"
        },
        {
            "id": "f066b868-7efe-4fb5-8509-e77abcca137d",
            "gambit_id": "79047e78-7822-42e6-82c7-6de6b2b6b284",
            "last_updated": "2023-04-20T11:42:17.340029-04:00",
            "created_at": "2023-04-19T12:17:07.985771-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7402dec-0969-4dfc-b665-f6db63057fbc/?format=api"
        }
    ]
}