GET /api/bet_types/f9f46ec2-dfd8-4916-b051-6e8db8c3ac39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9f46ec2-dfd8-4916-b051-6e8db8c3ac39",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a400913-5d12-4a0a-9441-a21971f0a8ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T08:43:14.046751-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffe6b914-73ec-49f3-a4f5-36b5a4049c3d",
            "gambit_id": "94aecab7-7389-48d4-b9fd-9ed456dd52cf",
            "last_updated": "2023-08-21T10:18:07.340069-04:00",
            "created_at": "2023-08-18T08:43:14.054454-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9f46ec2-dfd8-4916-b051-6e8db8c3ac39/?format=api"
        },
        {
            "id": "3fa1679d-61b9-4f38-8428-5f700fdbb9d0",
            "gambit_id": "7c8a3e55-fb61-4509-b569-ed4f5bb9aae1",
            "last_updated": "2023-08-21T10:18:07.336023-04:00",
            "created_at": "2023-08-18T08:43:14.050722-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9f46ec2-dfd8-4916-b051-6e8db8c3ac39/?format=api"
        }
    ]
}