GET /api/bet_types/7c8fd9f9-f936-4624-959a-c4f36bbff13f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c8fd9f9-f936-4624-959a-c4f36bbff13f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a7444b7-7afb-4515-989f-367c85c057ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T22:48:27.090637-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 Over 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4fd2d19-cfdb-472d-89a7-0a9797fea278",
            "gambit_id": "3bd8df7c-167c-4c02-b226-bff5fbc59e09",
            "last_updated": "2023-09-11T11:13:24.721504-04:00",
            "created_at": "2023-09-06T22:48:27.094254-04:00",
            "name": "Game Total Over 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8fd9f9-f936-4624-959a-c4f36bbff13f/?format=api"
        },
        {
            "id": "bfb2e4ca-1ab7-4a67-a5ee-85cc3801d051",
            "gambit_id": "1dbeca0b-dd7e-4cff-a175-194714518290",
            "last_updated": "2023-09-11T11:13:24.724772-04:00",
            "created_at": "2023-09-06T22:48:27.098198-04:00",
            "name": "Game Total Under 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8fd9f9-f936-4624-959a-c4f36bbff13f/?format=api"
        }
    ]
}