GET /api/bet_types/70f3cae0-79b2-4f4f-9a45-47074067ee9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70f3cae0-79b2-4f4f-9a45-47074067ee9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e089ac14-5881-4634-b049-dca517ad273f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T09:28:10.423984-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "53d9374c-4512-4266-bf64-e45c4fa7a9cf",
            "gambit_id": "a7e554a7-54a0-43f9-81ac-132007e48de4",
            "last_updated": "2023-11-12T11:28:24.573959-05:00",
            "created_at": "2023-11-10T09:28:10.438295-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f3cae0-79b2-4f4f-9a45-47074067ee9d/?format=api"
        },
        {
            "id": "f169239e-5df1-442e-b6f2-98e8c9785d9f",
            "gambit_id": "1923a7e5-8ee1-4292-b62a-b851654765ba",
            "last_updated": "2023-11-12T11:28:24.570609-05:00",
            "created_at": "2023-11-10T09:28:10.432259-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f3cae0-79b2-4f4f-9a45-47074067ee9d/?format=api"
        }
    ]
}