GET /api/bet_types/ada50052-453f-4239-b1d1-15ca5d5eb386/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ada50052-453f-4239-b1d1-15ca5d5eb386",
    "match": "https://api-prod.gambitprofit.com/api/matches/c071fd4c-416d-40f8-9e15-a1f009a3c898/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:06:59.220851-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4500e56d-f972-4971-8dba-62f8e282c7fe",
            "gambit_id": "1d346e9c-bf76-4d38-b18f-b42a50d108cf",
            "last_updated": "2023-03-29T13:36:54.781576-04:00",
            "created_at": "2023-03-28T10:06:59.222507-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ada50052-453f-4239-b1d1-15ca5d5eb386/?format=api"
        },
        {
            "id": "c9508ce5-3ebf-4726-9076-1e7dab14d69c",
            "gambit_id": "6ef88dcf-d1bc-4269-853c-4fad252fecee",
            "last_updated": "2023-03-29T13:36:54.783626-04:00",
            "created_at": "2023-03-28T10:06:59.224127-04:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ada50052-453f-4239-b1d1-15ca5d5eb386/?format=api"
        }
    ]
}