GET /api/bet_types/e2ee2f82-2fd5-4cdc-b8b3-053c9c78b617/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2ee2f82-2fd5-4cdc-b8b3-053c9c78b617",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fb11348-98a2-4c7d-bc0b-780f6431780f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 50.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 50.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3126d344-67e7-4950-8243-33a73b59f747",
            "gambit_id": "d52c8975-89c4-469b-8f4a-b3e129d5a09c",
            "last_updated": "2022-09-25T21:07:12.875981-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ee2f82-2fd5-4cdc-b8b3-053c9c78b617/?format=api"
        },
        {
            "id": "c39b8649-c814-4bba-921a-af094a9ff14b",
            "gambit_id": "6627f061-b45a-49ac-b9b0-311454ba3728",
            "last_updated": "2022-09-25T21:07:12.874851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ee2f82-2fd5-4cdc-b8b3-053c9c78b617/?format=api"
        }
    ]
}