GET /api/bet_types/47b25c1e-3b0a-4964-bce6-bd85685ebcea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47b25c1e-3b0a-4964-bce6-bd85685ebcea",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5a000c1-036c-4646-a981-9ef98478d952/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T09:28:02.632953-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 Over 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd72d34a-50cc-4ec4-a0a9-a49aac956c68",
            "gambit_id": "3988df89-4a38-4754-a476-ef427a6cfe56",
            "last_updated": "2023-08-21T11:03:21.419928-04:00",
            "created_at": "2023-08-19T09:28:02.637617-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47b25c1e-3b0a-4964-bce6-bd85685ebcea/?format=api"
        },
        {
            "id": "4b202340-a1f2-43a0-a52d-79568c9b1506",
            "gambit_id": "9a115a27-65e3-46a9-87bf-a840874bc777",
            "last_updated": "2023-08-21T11:03:21.423900-04:00",
            "created_at": "2023-08-19T09:28:02.642301-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47b25c1e-3b0a-4964-bce6-bd85685ebcea/?format=api"
        }
    ]
}