GET /api/bet_types/2542eca9-10a5-4327-8ca0-89be0befe4c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2542eca9-10a5-4327-8ca0-89be0befe4c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/133c75b2-284e-45a0-90b6-7460a6d0f607/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:15.260818-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 Under 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c53fc09-be74-426b-93da-b51113d90949",
            "gambit_id": "abadd243-9bc9-4f9d-b38c-30fb252afa53",
            "last_updated": "2023-04-08T20:47:03.999880-04:00",
            "created_at": "2023-04-07T09:27:15.263354-04:00",
            "name": "Game Total Under 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2542eca9-10a5-4327-8ca0-89be0befe4c2/?format=api"
        },
        {
            "id": "8937f2f2-a356-474a-a569-af4e0f067bb1",
            "gambit_id": "c4c50d37-7dbb-4d23-9016-0b6d08d65772",
            "last_updated": "2023-04-08T20:47:04.001156-04:00",
            "created_at": "2023-04-07T09:27:15.266516-04:00",
            "name": "Game Total Over 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2542eca9-10a5-4327-8ca0-89be0befe4c2/?format=api"
        }
    ]
}