GET /api/bet_types/558673d9-4270-4f1e-80c0-31684560c7de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "558673d9-4270-4f1e-80c0-31684560c7de",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ed22333-c30e-4432-8f8e-65b000f91abc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:12.616623-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 Under 6",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b9adf47-4032-4fb4-93b7-e14c8aa454cd",
            "gambit_id": "fbba1fe2-5619-4470-88f8-f6bad8639d76",
            "last_updated": "2023-10-31T19:48:05.961164-04:00",
            "created_at": "2023-10-30T08:58:12.623764-04:00",
            "name": "Game Total Under 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/558673d9-4270-4f1e-80c0-31684560c7de/?format=api"
        },
        {
            "id": "7fac0561-1855-40c9-808a-889dd976d4e4",
            "gambit_id": "23f13c64-1d00-4e8a-83ad-44423ac1126e",
            "last_updated": "2023-10-31T19:48:05.957992-04:00",
            "created_at": "2023-10-30T08:58:12.619922-04:00",
            "name": "Game Total Over 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/558673d9-4270-4f1e-80c0-31684560c7de/?format=api"
        }
    ]
}