GET /api/bet_types/8ea27954-f52f-4941-a5f9-92b403d5f61a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ea27954-f52f-4941-a5f9-92b403d5f61a",
    "match": "https://api-prod.gambitprofit.com/api/matches/722f48fd-9367-4520-8e4a-cde64dee0d9f/?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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc150fea-03c8-44ab-8f8d-8bfd99cef39e",
            "gambit_id": "3622a960-9f1f-47a4-a266-97b3ef726fcc",
            "last_updated": "2022-12-19T13:26:51.506463-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ea27954-f52f-4941-a5f9-92b403d5f61a/?format=api"
        },
        {
            "id": "053be845-d391-4b08-9992-612103adb3c7",
            "gambit_id": "f616275b-e4ee-4a8d-b73e-7a88c7ffd509",
            "last_updated": "2022-12-19T13:26:51.505359-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ea27954-f52f-4941-a5f9-92b403d5f61a/?format=api"
        }
    ]
}