GET /api/bet_types/d37a2989-1c9d-4ed7-b3ef-65674c61b7a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d37a2989-1c9d-4ed7-b3ef-65674c61b7a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f4db704-cb3a-44d1-919c-c38bd9719f74/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:02.757391-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "af80952b-d11a-4ac1-bdb6-fc8bffe3cd5c",
            "gambit_id": "778eb740-4c52-4b04-be00-abaf63a0a064",
            "last_updated": "2023-11-15T20:03:24.180590-05:00",
            "created_at": "2023-11-14T09:13:02.765773-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37a2989-1c9d-4ed7-b3ef-65674c61b7a7/?format=api"
        },
        {
            "id": "5fc74148-49c9-4c5c-ac5b-b27f248a5502",
            "gambit_id": "52da4c7a-f1a9-47ad-a935-be53789e952d",
            "last_updated": "2023-11-15T20:03:24.183714-05:00",
            "created_at": "2023-11-14T09:13:02.769995-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37a2989-1c9d-4ed7-b3ef-65674c61b7a7/?format=api"
        }
    ]
}