GET /api/bet_types/9b8e5201-0979-4cdd-a785-970cf5033ca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b8e5201-0979-4cdd-a785-970cf5033ca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/da17361d-abde-4e2d-abfb-3a403229aba8/?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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d69373b-b2c1-486c-938e-e3d095cc924e",
            "gambit_id": "fff9ae6d-d02a-48a2-aaf6-5eb912b5d391",
            "last_updated": "2022-11-29T09:52:05.126215-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 235",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8e5201-0979-4cdd-a785-970cf5033ca9/?format=api"
        },
        {
            "id": "1e88c5d8-ce79-4c30-99dc-6018355c4ebc",
            "gambit_id": "dfb29ef2-9371-4d35-9ab7-f3c1719ac7a4",
            "last_updated": "2022-11-29T09:52:05.125036-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 235",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8e5201-0979-4cdd-a785-970cf5033ca9/?format=api"
        }
    ]
}