GET /api/bet_types/efd7cf71-472e-4d2c-a570-895dca8a2d41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efd7cf71-472e-4d2c-a570-895dca8a2d41",
    "match": "https://api-prod.gambitprofit.com/api/matches/67113a7f-cb48-4c3a-a353-b7c017e2ebfa/?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 Over 53.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 53.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "34607bff-cecc-4e47-af0d-1ee823c1f58f",
            "gambit_id": "ff80374b-f373-4b8e-a87d-d30540745636",
            "last_updated": "2022-09-25T19:57:06.292046-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd7cf71-472e-4d2c-a570-895dca8a2d41/?format=api"
        },
        {
            "id": "3def696d-4d64-4584-aa14-da9f70a82559",
            "gambit_id": "51e51e22-7c6a-44c4-9771-9fadad3fdc20",
            "last_updated": "2022-09-25T19:57:06.290861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd7cf71-472e-4d2c-a570-895dca8a2d41/?format=api"
        }
    ]
}