GET /api/bet_types/e7b8dbca-8cba-4127-88c8-e50e7a14dbab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7b8dbca-8cba-4127-88c8-e50e7a14dbab",
    "match": "https://api-prod.gambitprofit.com/api/matches/db741fa1-f7ab-43a2-a290-0468e71331b3/?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 63.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 63.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "89d2f321-4e94-4ec4-9f2a-429d16aca489",
            "gambit_id": "e867c034-9201-43a2-94f8-1bb97ebea117",
            "last_updated": "2022-11-06T08:58:19.464769-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7b8dbca-8cba-4127-88c8-e50e7a14dbab/?format=api"
        },
        {
            "id": "f6891b73-4145-426c-8311-89f295378142",
            "gambit_id": "de11ef85-2762-48f6-9ba4-110fecea94d6",
            "last_updated": "2022-11-06T08:58:19.465856-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7b8dbca-8cba-4127-88c8-e50e7a14dbab/?format=api"
        }
    ]
}