GET /api/bet_types/44ee2bd8-aa83-49d2-a0de-f7c886e4baf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44ee2bd8-aa83-49d2-a0de-f7c886e4baf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d9b4d69-b91d-43fd-b209-dd56ce8ec6d2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T08:32:18.893848-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 Under 242.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 242.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a4404d2-b950-48ec-b5ff-e4397cbb8684",
            "gambit_id": "6bbcb039-ab0a-417b-8f31-b1027f027c98",
            "last_updated": "2023-03-04T16:22:14.161273-05:00",
            "created_at": "2023-03-03T08:32:18.895234-05:00",
            "name": "Game Total Under 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ee2bd8-aa83-49d2-a0de-f7c886e4baf6/?format=api"
        },
        {
            "id": "a0d92591-e134-419f-8dbb-a148e5d65b8b",
            "gambit_id": "912df73f-c3af-4d19-b5de-e7ec7fb446ef",
            "last_updated": "2023-03-04T16:22:14.162474-05:00",
            "created_at": "2023-03-03T08:32:18.896708-05:00",
            "name": "Game Total Over 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ee2bd8-aa83-49d2-a0de-f7c886e4baf6/?format=api"
        }
    ]
}