GET /api/bet_types/bf4957cb-ad8a-4e15-95bf-6b3a5ccc1015/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf4957cb-ad8a-4e15-95bf-6b3a5ccc1015",
    "match": "https://api-prod.gambitprofit.com/api/matches/369e29b6-6ca5-4d50-b60f-198888c6960f/?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 8",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1b9e40e-8a9c-4893-92bd-161f44cbe3a1",
            "gambit_id": "13ce95e8-2d11-486b-940e-af5e2029b790",
            "last_updated": "2022-09-12T11:02:19.487059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4957cb-ad8a-4e15-95bf-6b3a5ccc1015/?format=api"
        },
        {
            "id": "dcc39345-1801-4517-b6f3-ffee1f0df83c",
            "gambit_id": "39fbd1b4-cf77-4c2a-8c26-7a05e0a1a7e2",
            "last_updated": "2022-09-12T11:02:19.486017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4957cb-ad8a-4e15-95bf-6b3a5ccc1015/?format=api"
        }
    ]
}