GET /api/bet_types/1f1ebd31-66ff-4bc7-a4e2-ca9b2a5b751f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f1ebd31-66ff-4bc7-a4e2-ca9b2a5b751f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a70c285-5c16-4ef6-9be1-f10c15945b46/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:02:12.352546-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f281104e-2068-4518-b436-12c668dde7d5",
            "gambit_id": "925f1fb0-e363-4d87-928e-cf1055e894dd",
            "last_updated": "2023-05-20T10:52:03.890783-04:00",
            "created_at": "2023-05-19T11:02:12.357431-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f1ebd31-66ff-4bc7-a4e2-ca9b2a5b751f/?format=api"
        },
        {
            "id": "5d0882df-1d7b-4486-ba10-3977e28f552f",
            "gambit_id": "ea0d3417-4827-46a5-a4cf-24a2bbef3aab",
            "last_updated": "2023-05-20T10:52:03.888462-04:00",
            "created_at": "2023-05-19T11:02:12.354869-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f1ebd31-66ff-4bc7-a4e2-ca9b2a5b751f/?format=api"
        }
    ]
}