GET /api/bet_types/d47b1cbd-f4a8-4fc5-ab1e-0a038a5b6bbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d47b1cbd-f4a8-4fc5-ab1e-0a038a5b6bbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3e1e430-2267-42f2-89d4-810bcb70c80d/?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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d32fe6b8-d53b-44ae-b4a0-a3acebd35b49",
            "gambit_id": "e3ccc95c-78f7-45c0-9892-b62a6466af0d",
            "last_updated": "2022-12-19T13:37:02.491019-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47b1cbd-f4a8-4fc5-ab1e-0a038a5b6bbf/?format=api"
        },
        {
            "id": "dd92ed2f-f845-4ebc-81c4-08e85bc768cc",
            "gambit_id": "9c5d7cfc-8dc8-4951-9ad1-34fe6e7711a7",
            "last_updated": "2022-12-19T13:37:02.492064-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47b1cbd-f4a8-4fc5-ab1e-0a038a5b6bbf/?format=api"
        }
    ]
}