GET /api/bet_types/88c9de5c-1dde-4ed0-9984-9c7ad17feae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88c9de5c-1dde-4ed0-9984-9c7ad17feae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1129d19-80a9-43b4-8812-6a3b65ac6367/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:14.784395-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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2447e11a-223d-40f0-af54-80561d3470cf",
            "gambit_id": "ca676610-08e6-4410-92b3-ce9f60c0ea44",
            "last_updated": "2023-04-08T20:52:05.155315-04:00",
            "created_at": "2023-04-07T09:27:14.789262-04:00",
            "name": "Game Total Over 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c9de5c-1dde-4ed0-9984-9c7ad17feae8/?format=api"
        },
        {
            "id": "0b9f7b20-4756-4fd4-9250-66013e263182",
            "gambit_id": "560e1733-dadc-4b6b-9b45-0a3685b65e85",
            "last_updated": "2023-04-08T20:52:05.153044-04:00",
            "created_at": "2023-04-07T09:27:14.786779-04:00",
            "name": "Game Total Under 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c9de5c-1dde-4ed0-9984-9c7ad17feae8/?format=api"
        }
    ]
}