GET /api/bet_types/05f525e9-4bec-478f-894f-d0bd04ffe591/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05f525e9-4bec-478f-894f-d0bd04ffe591",
    "match": "https://api-prod.gambitprofit.com/api/matches/586ba502-3dd5-41d6-9a31-fa6502319df2/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-05T10:03:22.219151-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aac44ea3-25ab-4790-a99f-9a97b3c139b2",
            "gambit_id": "d33db127-bc7e-481c-86af-5a434bdd0723",
            "last_updated": "2024-02-07T01:52:58.785885-05:00",
            "created_at": "2024-02-05T10:03:22.223278-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05f525e9-4bec-478f-894f-d0bd04ffe591/?format=api"
        },
        {
            "id": "535cc763-a270-409a-a42e-ee483849327c",
            "gambit_id": "52409cde-c048-4f1c-a13f-1a0c89ec3a38",
            "last_updated": "2024-02-07T01:52:58.789482-05:00",
            "created_at": "2024-02-05T10:03:22.227289-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05f525e9-4bec-478f-894f-d0bd04ffe591/?format=api"
        }
    ]
}