GET /api/bet_types/d9936fd2-8904-4588-a913-ec1265f6d72c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9936fd2-8904-4588-a913-ec1265f6d72c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc6a5503-934b-4063-97e7-d8212cdf3c7b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-14T10:57:08.031386-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 Under 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "759f8f7b-4ea5-4c42-a22b-0a1bd122131d",
            "gambit_id": "c60c6664-2532-44f6-905e-20260452f59b",
            "last_updated": "2023-05-15T11:37:00.042527-04:00",
            "created_at": "2023-05-14T10:57:08.033650-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9936fd2-8904-4588-a913-ec1265f6d72c/?format=api"
        },
        {
            "id": "db30c674-4249-42ef-94ba-89655f5f12a9",
            "gambit_id": "e8112c1d-7e16-42d1-8208-35dba6853292",
            "last_updated": "2023-05-15T11:37:00.043987-04:00",
            "created_at": "2023-05-14T10:57:08.036876-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9936fd2-8904-4588-a913-ec1265f6d72c/?format=api"
        }
    ]
}