GET /api/bet_types/92637603-91d4-44cb-9edf-5c40f5a3707c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92637603-91d4-44cb-9edf-5c40f5a3707c",
    "match": "https://api-prod.gambitprofit.com/api/matches/85271b34-869a-4905-9157-858b2e70e397/?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 Under 7",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee2081cb-70fb-4852-b683-d0ff46756d37",
            "gambit_id": "3454f656-fd38-47f7-9dbb-981bd69ee5bf",
            "last_updated": "2022-08-25T10:17:08.935474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92637603-91d4-44cb-9edf-5c40f5a3707c/?format=api"
        },
        {
            "id": "8eede453-1da6-4aed-9ee0-6c6ea708725e",
            "gambit_id": "148aa35a-e548-4256-855e-f9c56c71b2b8",
            "last_updated": "2022-08-25T10:17:08.935973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92637603-91d4-44cb-9edf-5c40f5a3707c/?format=api"
        }
    ]
}