GET /api/bet_types/8d27dda3-ddcb-4330-bde5-ff4c901ab151/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d27dda3-ddcb-4330-bde5-ff4c901ab151",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd7c5810-cad1-4e45-9f79-5d43eaed5d58/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-26T11:52:14.627996-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "712cc254-2586-4355-a069-854e298eefd4",
            "gambit_id": "2f13520a-5d28-4da5-8a8d-b6adb82efc9b",
            "last_updated": "2023-05-29T11:47:16.471792-04:00",
            "created_at": "2023-05-26T11:52:14.633286-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d27dda3-ddcb-4330-bde5-ff4c901ab151/?format=api"
        },
        {
            "id": "11a4c1e2-b071-4416-8f65-5fc73cd93b5c",
            "gambit_id": "3f6769e2-9716-4fb0-8101-964f249b2edb",
            "last_updated": "2023-05-29T11:47:16.470297-04:00",
            "created_at": "2023-05-26T11:52:14.630591-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d27dda3-ddcb-4330-bde5-ff4c901ab151/?format=api"
        }
    ]
}