GET /api/bet_types/237c66d3-810c-4869-8a6d-f3ab3563e66c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "237c66d3-810c-4869-8a6d-f3ab3563e66c",
    "match": "https://api-prod.gambitprofit.com/api/matches/43384d47-bb99-4c14-b726-7604d0dd1c0f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:15.899761-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 241.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 241.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd82a1b4-a768-45a6-a3c1-af6c6e7b1a92",
            "gambit_id": "631f87e7-7740-4d52-881a-508735be4d0c",
            "last_updated": "2024-01-16T11:08:15.646337-05:00",
            "created_at": "2024-01-13T09:38:15.904194-05:00",
            "name": "Game Total Over 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237c66d3-810c-4869-8a6d-f3ab3563e66c/?format=api"
        },
        {
            "id": "bcd1cedd-3395-4d9f-ac35-ffa7546bee86",
            "gambit_id": "fb93fa77-f86a-4c9d-8fb0-4375223f4b1e",
            "last_updated": "2024-01-16T11:08:15.649653-05:00",
            "created_at": "2024-01-13T09:38:15.908062-05:00",
            "name": "Game Total Under 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237c66d3-810c-4869-8a6d-f3ab3563e66c/?format=api"
        }
    ]
}