GET /api/bet_types/bd8267f5-81fa-4305-8315-8cd5618ba5a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd8267f5-81fa-4305-8315-8cd5618ba5a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/37149f94-01a6-4f07-8054-fe78ca201738/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Total Rounds Over 2.5",
                "amount": 5292.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "22c75fc4-a714-4384-8a7a-50a34072e122",
            "gambit_id": "960be740-6366-4327-ad6d-2d0f53e5a9ac",
            "last_updated": "2022-09-05T10:27:04.526534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd8267f5-81fa-4305-8315-8cd5618ba5a0/?format=api"
        },
        {
            "id": "2f6abc7d-7dd8-4cb2-a0ca-d736a3464e00",
            "gambit_id": "104f5003-f4c6-4297-a962-0e13051341a3",
            "last_updated": "2022-09-05T10:27:04.525574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd8267f5-81fa-4305-8315-8cd5618ba5a0/?format=api"
        }
    ]
}