GET /api/bet_types/0d64f8f6-88b4-4005-ad64-75ae68783cec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d64f8f6-88b4-4005-ad64-75ae68783cec",
    "match": "https://api-prod.gambitprofit.com/api/matches/41bc2684-4bc8-488d-92fd-0e764685e25e/?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 2.5",
                "amount": 6421.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3579.0
            }
        ],
        "expected_reward_tokens": 9053.61,
        "profit_sb": 53.61,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1c59d16-5394-447e-8448-7ea6f67d8236",
            "gambit_id": "3907d430-54ce-43e9-a16b-038ceaed0ac6",
            "last_updated": "2022-08-29T11:12:12.209528-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d64f8f6-88b4-4005-ad64-75ae68783cec/?format=api"
        },
        {
            "id": "bf5bdf4f-f5ae-46f6-b0ea-8095cdc18d74",
            "gambit_id": "b3811348-acc6-42fb-9eb4-7443b69c86a4",
            "last_updated": "2022-08-29T11:12:12.209011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d64f8f6-88b4-4005-ad64-75ae68783cec/?format=api"
        }
    ]
}