GET /api/bet_types/5b9d3a9e-b892-4dc2-8e93-35817dd6807c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b9d3a9e-b892-4dc2-8e93-35817dd6807c",
    "match": "https://api-prod.gambitprofit.com/api/matches/40303218-04ad-4ae2-babb-f2d3f426a3c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:11.441070-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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4218f28-908d-4885-a52b-2ef74a69b6de",
            "gambit_id": "e8a9565e-308e-42dd-893a-f96bedbc342f",
            "last_updated": "2023-06-15T23:18:31.975939-04:00",
            "created_at": "2023-06-14T05:58:11.443261-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b9d3a9e-b892-4dc2-8e93-35817dd6807c/?format=api"
        },
        {
            "id": "7910ce67-f7da-4b48-8e94-377796ffd0cd",
            "gambit_id": "99100372-568c-48d0-97d0-2cd57c880a2e",
            "last_updated": "2023-06-15T23:18:31.977441-04:00",
            "created_at": "2023-06-14T05:58:11.445728-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b9d3a9e-b892-4dc2-8e93-35817dd6807c/?format=api"
        }
    ]
}