GET /api/bet_types/cbe7a657-eb65-4525-95f9-44dbee8b989c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbe7a657-eb65-4525-95f9-44dbee8b989c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5567640-6bd2-4020-9c11-6ec8acbc5b50/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T11:33:24.169327-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": "Total Rounds Under 1.5",
                "amount": 5789.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "edf6d48a-39d3-4fae-958e-b824277fda4e",
            "gambit_id": "6bc98bb1-eede-48bb-89db-9882e81994ec",
            "last_updated": "2023-06-18T20:18:31.083474-04:00",
            "created_at": "2023-06-17T11:33:24.173507-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe7a657-eb65-4525-95f9-44dbee8b989c/?format=api"
        },
        {
            "id": "9494c3c6-10a6-4ba8-bf25-fe06084044bf",
            "gambit_id": "5ee70f75-10a2-4760-bb87-1ad96824d1e1",
            "last_updated": "2023-06-18T20:18:31.081450-04:00",
            "created_at": "2023-06-17T11:33:24.171476-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe7a657-eb65-4525-95f9-44dbee8b989c/?format=api"
        }
    ]
}