GET /api/bet_types/1185a665-0a43-47e5-9067-1e62ddbc8363/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1185a665-0a43-47e5-9067-1e62ddbc8363",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e264847-a1c9-4664-834b-419f86662b4b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:16.905245-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 40",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed3c7ca7-8852-47d9-9827-eb2955694f31",
            "gambit_id": "73b24a7b-58ec-4b33-9c94-2cbee883495f",
            "last_updated": "2023-11-25T11:38:12.629653-05:00",
            "created_at": "2023-11-22T09:13:16.912253-05:00",
            "name": "Game Total Over 40",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1185a665-0a43-47e5-9067-1e62ddbc8363/?format=api"
        },
        {
            "id": "f5114134-5c31-458e-be2d-15a06e8cab66",
            "gambit_id": "7f264341-b000-4cea-9b86-79297204616e",
            "last_updated": "2023-11-25T11:38:12.632962-05:00",
            "created_at": "2023-11-22T09:13:16.916193-05:00",
            "name": "Game Total Under 40",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1185a665-0a43-47e5-9067-1e62ddbc8363/?format=api"
        }
    ]
}