GET /api/bet_types/8dfbda76-581a-48f5-9aac-b89601024158/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dfbda76-581a-48f5-9aac-b89601024158",
    "match": "https://api-prod.gambitprofit.com/api/matches/b19faba2-4dc1-44e2-972f-cb4589523d7f/?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 2.5",
                "amount": 6807.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3193.0
            }
        ],
        "expected_reward_tokens": 8780.75,
        "profit_sb": -219.25,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8daf72e-528e-4d25-a714-79c866527c21",
            "gambit_id": "149450b6-5c6b-4712-bc6d-af57f9ff5a28",
            "last_updated": "2022-12-03T10:12:29.896772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.29000",
            "odds": "1.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dfbda76-581a-48f5-9aac-b89601024158/?format=api"
        },
        {
            "id": "fb7282da-4a1d-4925-8f9c-cb2a3459dd7b",
            "gambit_id": "f5ab276a-ab37-4d77-8e94-74278e7ffedb",
            "last_updated": "2022-12-03T10:12:29.895545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dfbda76-581a-48f5-9aac-b89601024158/?format=api"
        }
    ]
}