GET /api/bet_types/b09e8d3f-7f16-4495-a33f-5e51d7c90c57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b09e8d3f-7f16-4495-a33f-5e51d7c90c57",
    "match": "https://api-prod.gambitprofit.com/api/matches/d28bae0b-6926-43e8-971a-ead556069b6c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:47:59.884366-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 249",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 249",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfa2f83c-24dc-42d7-a4bc-0a739f7c027f",
            "gambit_id": "edf0935f-8332-4252-a11b-be6a5243badc",
            "last_updated": "2023-12-21T10:38:21.467317-05:00",
            "created_at": "2023-12-19T08:47:59.888271-05:00",
            "name": "Game Total Over 249",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "249.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b09e8d3f-7f16-4495-a33f-5e51d7c90c57/?format=api"
        },
        {
            "id": "b7effbf5-40ee-4816-be92-9697c1f476b9",
            "gambit_id": "5e4e48b5-a967-4982-a8be-7c88e710c14d",
            "last_updated": "2023-12-21T10:38:21.474029-05:00",
            "created_at": "2023-12-19T08:47:59.892846-05:00",
            "name": "Game Total Under 249",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "249.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b09e8d3f-7f16-4495-a33f-5e51d7c90c57/?format=api"
        }
    ]
}