GET /api/bet_types/cd9710d3-3295-4a9a-b7e2-35282107fad6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd9710d3-3295-4a9a-b7e2-35282107fad6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0328909e-ca04-4f42-bc8b-a2979126827d/?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 Under 7",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "faf1f9db-161b-469d-a784-80e3b15c9e2d",
            "gambit_id": "2b8de9d8-d065-4371-b7fc-e1fd396e27cf",
            "last_updated": "2022-10-19T09:37:27.680887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd9710d3-3295-4a9a-b7e2-35282107fad6/?format=api"
        },
        {
            "id": "444671f4-6182-4f05-a161-2bfa86a3a970",
            "gambit_id": "ddd398b8-b849-40bf-af45-4768d285a03c",
            "last_updated": "2022-10-19T09:37:27.682073-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd9710d3-3295-4a9a-b7e2-35282107fad6/?format=api"
        }
    ]
}