GET /api/bet_types/93b20010-3746-4272-865b-356f510ab2c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93b20010-3746-4272-865b-356f510ab2c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9542557-ded9-4067-9aff-4b8dc950e4cb/?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 50.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 50.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "07ab4c76-806c-4b2d-ba04-3ed2ce66c46c",
            "gambit_id": "1f33f7f7-401a-4465-be4a-6f8187e5227c",
            "last_updated": "2022-11-06T16:13:01.531596-05: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/93b20010-3746-4272-865b-356f510ab2c2/?format=api"
        },
        {
            "id": "6f387de8-9b7b-454d-8392-3c48ee74d66d",
            "gambit_id": "697228ef-6230-4c6e-9c39-c0013f184601",
            "last_updated": "2022-11-06T16:13:01.532780-05: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/93b20010-3746-4272-865b-356f510ab2c2/?format=api"
        }
    ]
}