GET /api/bet_types/fdf08dcc-df51-4e70-a987-1dbf4212c092/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdf08dcc-df51-4e70-a987-1dbf4212c092",
    "match": "https://api-prod.gambitprofit.com/api/matches/62cd0475-62d1-462d-b707-bb13bd31044c/?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 36.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 36.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa210ddd-aef2-47f7-a964-1af3ff24f361",
            "gambit_id": "c1266981-e540-48c0-a5e6-e4bf8435da83",
            "last_updated": "2022-08-27T12:42:04.360871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 36.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdf08dcc-df51-4e70-a987-1dbf4212c092/?format=api"
        },
        {
            "id": "078f604c-e518-4553-88c9-725c2bb60fba",
            "gambit_id": "430c4b77-98f4-4536-8a79-40c0a23957f9",
            "last_updated": "2022-08-27T12:42:04.360376-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 36.5",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdf08dcc-df51-4e70-a987-1dbf4212c092/?format=api"
        }
    ]
}