GET /api/bet_types/5fa98257-2448-48eb-80f1-101ebf658ccb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fa98257-2448-48eb-80f1-101ebf658ccb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4b147d4-307e-4994-bcce-88648fa0c946/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-13T09:23:17.704647-04: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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c48778b4-4e5e-451f-9679-207b8e6a3f45",
            "gambit_id": "bcf9c5de-8fc1-4cc9-a653-d667bf15469c",
            "last_updated": "2023-10-14T10:13:14.687083-04:00",
            "created_at": "2023-10-13T09:23:17.710496-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fa98257-2448-48eb-80f1-101ebf658ccb/?format=api"
        },
        {
            "id": "95d2e961-2ad1-48e6-9235-ab8c57596d9b",
            "gambit_id": "3d272121-a3f1-4771-b2ce-00713d740f7f",
            "last_updated": "2023-10-14T10:13:14.691888-04:00",
            "created_at": "2023-10-13T09:23:17.714859-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fa98257-2448-48eb-80f1-101ebf658ccb/?format=api"
        }
    ]
}