GET /api/bet_types/0ffcf40d-644c-4d22-a5ed-eac9f548c22b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ffcf40d-644c-4d22-a5ed-eac9f548c22b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dae5ceb8-5c64-4d54-8e71-42e0c5272dde/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-17T09:28:13.053882-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e578d2b3-821d-48a4-b121-fdd9e930c153",
            "gambit_id": "b690ee72-01ff-48e0-8cb4-69372e87f35c",
            "last_updated": "2024-01-19T12:03:20.636591-05:00",
            "created_at": "2024-01-17T09:28:13.058585-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ffcf40d-644c-4d22-a5ed-eac9f548c22b/?format=api"
        },
        {
            "id": "eb1ed27c-bbc8-4d3d-8249-cc7415eba84f",
            "gambit_id": "69b325be-e775-4c47-b9d6-df059d5b0bad",
            "last_updated": "2024-01-19T12:03:20.640000-05:00",
            "created_at": "2024-01-17T09:28:13.064332-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ffcf40d-644c-4d22-a5ed-eac9f548c22b/?format=api"
        }
    ]
}