GET /api/bet_types/e31124f7-d920-4f82-9ade-1c11f1df8fb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e31124f7-d920-4f82-9ade-1c11f1df8fb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/33c56e72-66b4-4dc0-950a-451c0c880a92/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:12.097748-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8ab63ce-e132-46ee-8dcc-b7bec1be8626",
            "gambit_id": "9be349ba-8176-461f-b7e3-b617eb1ab0ff",
            "last_updated": "2024-01-26T13:18:10.903880-05:00",
            "created_at": "2024-01-24T09:13:12.104701-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31124f7-d920-4f82-9ade-1c11f1df8fb3/?format=api"
        },
        {
            "id": "475b9cfe-a3e3-484b-aa9a-3b699abddce5",
            "gambit_id": "d1303c91-f7a1-48a5-b153-cf34a4c38654",
            "last_updated": "2024-01-26T13:18:10.908191-05:00",
            "created_at": "2024-01-24T09:13:12.122993-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31124f7-d920-4f82-9ade-1c11f1df8fb3/?format=api"
        }
    ]
}