GET /api/bet_types/2928b829-fc25-44f3-820a-52949c7b79b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2928b829-fc25-44f3-820a-52949c7b79b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6df3ac98-8b37-4bec-b6f3-68d9287d9f4f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T08:58:08.419661-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f910383-8305-4390-b9da-6a558ab77514",
            "gambit_id": "5f50c0b3-ddcb-4ea3-a625-87efba61d489",
            "last_updated": "2024-01-31T21:48:11.002885-05:00",
            "created_at": "2024-01-30T08:58:08.424158-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2928b829-fc25-44f3-820a-52949c7b79b3/?format=api"
        },
        {
            "id": "53addb8b-0827-4b5d-b30b-8c8f84e14f38",
            "gambit_id": "b3a9651c-0d84-4ff4-ac19-3338d85dd14c",
            "last_updated": "2024-01-31T21:48:11.006130-05:00",
            "created_at": "2024-01-30T08:58:08.430257-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2928b829-fc25-44f3-820a-52949c7b79b3/?format=api"
        }
    ]
}