GET /api/bet_types/18966e69-a56f-4382-aee8-ba24ee64e58a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18966e69-a56f-4382-aee8-ba24ee64e58a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fc30364-15c6-4ae0-b5f1-65b0f51796da/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-09T09:47:57.062833-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 Over 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "773e9d57-4563-4293-ad62-a6f8c80978d1",
            "gambit_id": "93b5cdc5-091e-4e4e-a456-63c602ce9942",
            "last_updated": "2023-11-12T11:13:22.499434-05:00",
            "created_at": "2023-11-09T09:47:57.066850-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18966e69-a56f-4382-aee8-ba24ee64e58a/?format=api"
        },
        {
            "id": "72fbb544-d9ab-4f19-98b2-d860caa592f7",
            "gambit_id": "1591203a-341a-4d4f-a481-4a2b9e5d6039",
            "last_updated": "2023-11-12T11:13:22.503049-05:00",
            "created_at": "2023-11-09T09:47:57.071607-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18966e69-a56f-4382-aee8-ba24ee64e58a/?format=api"
        }
    ]
}