GET /api/bet_types/c0e892d1-a2c1-4fba-919e-97e88dd15b07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0e892d1-a2c1-4fba-919e-97e88dd15b07",
    "match": "https://api-prod.gambitprofit.com/api/matches/eea5fde9-66c1-4334-b835-f4a7a900bd9a/?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 Under 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c99ca089-f9ee-4937-a9b4-74cec1117477",
            "gambit_id": "bb607329-0e11-4b3c-8fe2-19e8c12c74a0",
            "last_updated": "2022-10-11T11:17:03.307292-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0e892d1-a2c1-4fba-919e-97e88dd15b07/?format=api"
        },
        {
            "id": "9838922b-b5c4-4aec-a5d5-0737196549b1",
            "gambit_id": "448944a5-4139-47cc-8256-9bf5b304351b",
            "last_updated": "2022-10-11T11:17:03.308281-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0e892d1-a2c1-4fba-919e-97e88dd15b07/?format=api"
        }
    ]
}