GET /api/bet_types/13013e20-e615-46a3-9330-ee4c91138f26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13013e20-e615-46a3-9330-ee4c91138f26",
    "match": "https://api-prod.gambitprofit.com/api/matches/f75c0e11-cb55-401e-b81f-10baca769bfd/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:10.325056-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 214",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 214",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2828427-1986-4887-b96b-e0461f7979bd",
            "gambit_id": "4a565f9a-ef49-4fee-a336-bd64d10b8696",
            "last_updated": "2024-02-07T01:53:01.612787-05:00",
            "created_at": "2024-02-06T09:08:10.328783-05:00",
            "name": "Game Total Over 214",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "214.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13013e20-e615-46a3-9330-ee4c91138f26/?format=api"
        },
        {
            "id": "9601b0f3-a3d5-4fff-b74d-137fd871a74c",
            "gambit_id": "833031df-5607-4b1b-94fc-fb703289052c",
            "last_updated": "2024-02-07T01:53:01.616163-05:00",
            "created_at": "2024-02-06T09:08:10.332694-05:00",
            "name": "Game Total Under 214",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "214.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13013e20-e615-46a3-9330-ee4c91138f26/?format=api"
        }
    ]
}