GET /api/bet_types/5b0f69be-457a-46d8-bd42-58143f566f60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b0f69be-457a-46d8-bd42-58143f566f60",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0bec57-7cc8-47e2-a3bd-a99c243794cd/?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 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "63db9bbd-7cc3-4455-9ba8-bc95203e5a20",
            "gambit_id": "73c79319-a472-45b5-b40e-ac7fe019d432",
            "last_updated": "2022-08-30T09:47:24.374660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b0f69be-457a-46d8-bd42-58143f566f60/?format=api"
        },
        {
            "id": "a00f1349-195c-4241-8286-1de7f91a23ef",
            "gambit_id": "853b48b4-3368-47e9-ae34-607d2bdc1602",
            "last_updated": "2022-08-30T09:47:24.374172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b0f69be-457a-46d8-bd42-58143f566f60/?format=api"
        }
    ]
}