GET /api/bet_types/b78e7e6f-c3a8-42be-a30f-670f7e251fb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b78e7e6f-c3a8-42be-a30f-670f7e251fb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d02e0d0e-f973-4cdc-9508-13d49ed81e18/?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": 6042.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": -317.44,
        "profit_sb_percentage": -3.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "90c345e1-9ca5-4aff-8fc7-6fc4709e52e1",
            "gambit_id": "91394563-a193-46f5-8c24-0c3e95cba09c",
            "last_updated": "2022-10-11T12:17:02.689054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.52000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b78e7e6f-c3a8-42be-a30f-670f7e251fb0/?format=api"
        },
        {
            "id": "4ef40344-7e7b-4ff7-b9da-2b161e154446",
            "gambit_id": "bb6a2f72-59ba-4bf2-914a-a3c8cf25ea97",
            "last_updated": "2022-10-11T12:17:02.690230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.32000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b78e7e6f-c3a8-42be-a30f-670f7e251fb0/?format=api"
        }
    ]
}