GET /api/bet_types/31d74701-67a4-43e5-bb13-40e0f85be77e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31d74701-67a4-43e5-bb13-40e0f85be77e",
    "match": "https://api-prod.gambitprofit.com/api/matches/45d39659-dcac-4700-8c9d-30a2a72238c6/?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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b4fec64-d06b-445f-94cc-a3b99da80586",
            "gambit_id": "4db54305-75b9-4fff-bd87-bc0f7ae9f3ea",
            "last_updated": "2022-11-03T09:38:48.303217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d74701-67a4-43e5-bb13-40e0f85be77e/?format=api"
        },
        {
            "id": "2c4a3db8-07aa-4b7a-865d-1af70673f0bf",
            "gambit_id": "d16821b3-7073-4c3c-9af4-e54f78281044",
            "last_updated": "2022-11-03T09:38:48.302095-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d74701-67a4-43e5-bb13-40e0f85be77e/?format=api"
        }
    ]
}