GET /api/bet_types/bf572c7d-1557-443a-be02-6e2b9005087a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf572c7d-1557-443a-be02-6e2b9005087a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f9f452c-9af7-477a-bd51-4316ce9f0734/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:01.931744-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ceb84df5-3589-4396-b895-1bb774b39d05",
            "gambit_id": "8d6b3796-1c7e-455f-9adf-c5df1a6e6c20",
            "last_updated": "2023-12-28T18:38:10.172112-05:00",
            "created_at": "2023-12-27T09:03:01.941054-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf572c7d-1557-443a-be02-6e2b9005087a/?format=api"
        },
        {
            "id": "ca12ca08-ecdf-46bc-91c1-8525559eecf6",
            "gambit_id": "d0c2d03b-bf27-4895-af08-802bd9dcd7a9",
            "last_updated": "2023-12-28T18:38:10.162039-05:00",
            "created_at": "2023-12-27T09:03:01.936000-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf572c7d-1557-443a-be02-6e2b9005087a/?format=api"
        }
    ]
}