GET /api/bet_types/b3dbe28a-cce9-451f-9dfa-a8b2e63f3f5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3dbe28a-cce9-451f-9dfa-a8b2e63f3f5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5075ec16-b83f-4275-8068-df98f7e19361/?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 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "7710977c-13df-4211-8e7f-5ad4acb8aaf8",
            "gambit_id": "9e5df971-837f-4a3a-a48d-7e364c0188a2",
            "last_updated": "2022-09-05T09:52:23.403793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3dbe28a-cce9-451f-9dfa-a8b2e63f3f5d/?format=api"
        },
        {
            "id": "a0b8a043-da2c-4f63-accd-f4b7a6d2114f",
            "gambit_id": "faf5d329-4e4f-4d19-829b-191c74e0b112",
            "last_updated": "2022-09-05T09:52:23.404945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3dbe28a-cce9-451f-9dfa-a8b2e63f3f5d/?format=api"
        }
    ]
}