GET /api/bet_types/dc5cde78-56a2-41f3-91f8-56b36e8da073/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc5cde78-56a2-41f3-91f8-56b36e8da073",
    "match": "https://api-prod.gambitprofit.com/api/matches/13bc4551-2fac-432f-8412-23c65a144fea/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "89f5b1fb-9856-47b1-8e98-37c15d1bd426",
            "gambit_id": "765b3332-1d19-48b6-ba8d-5dfd09cc2074",
            "last_updated": "2022-12-09T09:52:14.719797-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc5cde78-56a2-41f3-91f8-56b36e8da073/?format=api"
        },
        {
            "id": "e2f178e1-6bd8-434a-bc70-155928f71000",
            "gambit_id": "cb4eceac-125e-4545-b2db-d20debe8e58a",
            "last_updated": "2022-12-09T09:52:14.718776-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc5cde78-56a2-41f3-91f8-56b36e8da073/?format=api"
        }
    ]
}