GET /api/bet_types/8fe7532c-af92-4701-93e6-c4a2eab1266e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fe7532c-af92-4701-93e6-c4a2eab1266e",
    "match": "https://api-prod.gambitprofit.com/api/matches/449b712d-2efd-4c7f-b73f-7f68a06c60ae/?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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b57faac1-7e18-41b4-a14f-26ed1ead00e4",
            "gambit_id": "628c243e-2233-47a9-9122-6c759c393389",
            "last_updated": "2022-09-19T11:02:16.681482-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fe7532c-af92-4701-93e6-c4a2eab1266e/?format=api"
        },
        {
            "id": "55f79320-7ae8-4887-ae23-9491b7130581",
            "gambit_id": "73fc4e52-698a-4480-9d22-bba638af61fb",
            "last_updated": "2022-09-19T11:02:16.682530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fe7532c-af92-4701-93e6-c4a2eab1266e/?format=api"
        }
    ]
}