GET /api/bet_types/53bf1ec3-a3c2-4385-a8f9-4a6c98700dc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53bf1ec3-a3c2-4385-a8f9-4a6c98700dc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/582d3cfd-95cc-43db-aa09-314e362a6606/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T09:37:12.339972-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 Over 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "102473c5-788a-4b56-9419-b3559d9606e4",
            "gambit_id": "f351f3d7-ce92-4953-b676-ef233432481d",
            "last_updated": "2023-03-15T09:57:02.320600-04:00",
            "created_at": "2023-03-14T09:37:12.344273-04:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53bf1ec3-a3c2-4385-a8f9-4a6c98700dc0/?format=api"
        },
        {
            "id": "cabf5028-e536-41ff-9f47-ace7bbd8993e",
            "gambit_id": "490ef3b6-19a4-4d2c-8de5-33620cfd85cd",
            "last_updated": "2023-03-15T09:57:02.319080-04:00",
            "created_at": "2023-03-14T09:37:12.341908-04:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53bf1ec3-a3c2-4385-a8f9-4a6c98700dc0/?format=api"
        }
    ]
}