GET /api/bet_types/27075729-9d63-466d-9a7c-9546560afbcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27075729-9d63-466d-9a7c-9546560afbcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8cc8e38-9cd9-40ee-8afb-e00efe8177b8/?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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dc33bb4-861e-44c8-927a-b3559442ff70",
            "gambit_id": "126208ac-b46e-4b25-aa7d-80abcca374a4",
            "last_updated": "2022-10-24T11:47:18.935968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27075729-9d63-466d-9a7c-9546560afbcc/?format=api"
        },
        {
            "id": "2a845ba1-d5a9-48d4-a62f-06d167274170",
            "gambit_id": "f717f82a-6e75-459b-9070-efd2e06bd79a",
            "last_updated": "2022-10-24T11:47:18.934770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27075729-9d63-466d-9a7c-9546560afbcc/?format=api"
        }
    ]
}