GET /api/bet_types/de96a625-0cc8-4d3a-92c5-ecd091fb02dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de96a625-0cc8-4d3a-92c5-ecd091fb02dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/692ec3fb-82d9-4ce2-9bd8-74ddf70f67c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:42:00.752918-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 Under 211.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 211.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b1aac76-bc38-49e1-8be3-2c8e60459f16",
            "gambit_id": "f7b56dc8-6ed3-46d8-9e65-38f64c979d32",
            "last_updated": "2023-04-18T12:12:10.657150-04:00",
            "created_at": "2023-04-17T11:42:00.755103-04:00",
            "name": "Game Total Under 211.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de96a625-0cc8-4d3a-92c5-ecd091fb02dc/?format=api"
        },
        {
            "id": "d8feeb0b-089d-4781-a53f-e3d4585d91d0",
            "gambit_id": "3867384a-4737-4f17-a1b8-392396eafed3",
            "last_updated": "2023-04-18T12:12:10.658716-04:00",
            "created_at": "2023-04-17T11:42:00.757435-04:00",
            "name": "Game Total Over 211.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de96a625-0cc8-4d3a-92c5-ecd091fb02dc/?format=api"
        }
    ]
}