GET /api/bet_types/3016a28b-d199-43f3-970c-79e7f5e057b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3016a28b-d199-43f3-970c-79e7f5e057b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/df89f73e-7ea1-4419-a884-bf3316edadaf/?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 66.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 66.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "6cf9d1c8-b632-480c-8afd-ff064b4e7fb7",
            "gambit_id": "c72b531e-93cd-41f9-903a-f1a799757d12",
            "last_updated": "2022-09-11T09:52:40.077796-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 66.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3016a28b-d199-43f3-970c-79e7f5e057b7/?format=api"
        },
        {
            "id": "6c195d19-5cd3-4ea0-ac54-84330436d3d6",
            "gambit_id": "a0e5c649-3a3a-4c04-aee2-da31c9feab63",
            "last_updated": "2022-09-11T09:52:40.076578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 66.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3016a28b-d199-43f3-970c-79e7f5e057b7/?format=api"
        }
    ]
}