GET /api/bet_types/b8b0dd6f-2371-47c8-abf1-468227b63649/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8b0dd6f-2371-47c8-abf1-468227b63649",
    "match": "https://api-prod.gambitprofit.com/api/matches/7add9606-4934-45df-b23a-0a257a568003/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:14.537652-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a867449c-282e-474c-8501-23157d4f1099",
            "gambit_id": "8a59aca1-634b-4d85-9c1f-2c2557fa6f3a",
            "last_updated": "2024-01-15T10:08:20.081871-05:00",
            "created_at": "2024-01-12T09:48:14.541413-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8b0dd6f-2371-47c8-abf1-468227b63649/?format=api"
        },
        {
            "id": "bbe668b5-e428-421c-b8d8-6e4f29f62b9c",
            "gambit_id": "fa3c01f5-897f-4ccf-9ec3-900b78a5bbc7",
            "last_updated": "2024-01-15T10:08:20.086884-05:00",
            "created_at": "2024-01-12T09:48:14.545519-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8b0dd6f-2371-47c8-abf1-468227b63649/?format=api"
        }
    ]
}