GET /api/bet_types/578181dc-49c6-45a9-9fc0-bb99fb473217/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "578181dc-49c6-45a9-9fc0-bb99fb473217",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b6211f2-12d2-4176-9d78-3dd659901004/?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": "Game Total Under 2.5",
                "amount": 5912.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4088.0
            }
        ],
        "expected_reward_tokens": 8748.32,
        "profit_sb": -251.68,
        "profit_sb_percentage": -2.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0115cd2-4ad2-4247-a9f1-7714b8868cfa",
            "gambit_id": "9a5f94d5-b3c4-4d8e-895d-5d54db457c05",
            "last_updated": "2022-11-25T09:27:00.947677-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578181dc-49c6-45a9-9fc0-bb99fb473217/?format=api"
        },
        {
            "id": "aac5eca0-958e-461f-b620-cede642ad25f",
            "gambit_id": "15996202-e23d-4fa5-b809-9210ac456ad2",
            "last_updated": "2022-11-25T09:27:00.948686-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578181dc-49c6-45a9-9fc0-bb99fb473217/?format=api"
        }
    ]
}