GET /api/bet_types/8465617c-cde3-4aa7-9664-06cbe0b062d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8465617c-cde3-4aa7-9664-06cbe0b062d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1eb209f-85ec-4906-b18a-d2225de38867/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-24T09:06:59.006253-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 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "32d06171-b0a9-421d-8047-f4dbbb9565f7",
            "gambit_id": "19023296-39f1-4583-8f7c-75c552caaebf",
            "last_updated": "2023-02-25T17:32:00.447860-05:00",
            "created_at": "2023-02-24T09:06:59.008865-05:00",
            "name": "Game Total Over 238",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8465617c-cde3-4aa7-9664-06cbe0b062d2/?format=api"
        },
        {
            "id": "716918e1-3d60-40a9-9be5-03d2141e772e",
            "gambit_id": "0b85b671-4099-453c-8efa-43f237d7dd19",
            "last_updated": "2023-02-25T17:32:00.446757-05:00",
            "created_at": "2023-02-24T09:06:59.007549-05:00",
            "name": "Game Total Under 238",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8465617c-cde3-4aa7-9664-06cbe0b062d2/?format=api"
        }
    ]
}