GET /api/bet_types/4026096f-ac28-4b71-b798-de2bd9077379/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4026096f-ac28-4b71-b798-de2bd9077379",
    "match": "https://api-prod.gambitprofit.com/api/matches/57fc80f9-a270-4056-9eaf-56591233ba72/?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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0b72633-1cc2-4c76-809c-5384200f0809",
            "gambit_id": "3317a2dc-2f46-46ff-8399-42978f9cf5e1",
            "last_updated": "2022-11-14T09:59:01.393714-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4026096f-ac28-4b71-b798-de2bd9077379/?format=api"
        },
        {
            "id": "454bf74e-b7b4-4d4a-988e-5e03b22e33e0",
            "gambit_id": "f59c876a-9568-4c9f-ba60-0b29fe770ab7",
            "last_updated": "2022-11-14T09:59:01.394858-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4026096f-ac28-4b71-b798-de2bd9077379/?format=api"
        }
    ]
}