GET /api/bet_types/d688a225-7694-4180-92c2-31b770d8a50c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d688a225-7694-4180-92c2-31b770d8a50c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ef935c0-ec94-40c4-8cd0-26523c38c1fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-12T19:26:54.897144-04: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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb8d9916-bb1f-441a-a448-d785f50787bb",
            "gambit_id": "64f4324a-8c2f-45cd-a7d7-34242b8da3c5",
            "last_updated": "2023-03-13T18:57:09.395522-04:00",
            "created_at": "2023-03-12T19:26:54.900831-04:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d688a225-7694-4180-92c2-31b770d8a50c/?format=api"
        },
        {
            "id": "60b7beb3-7f36-40d9-a728-2259f6466270",
            "gambit_id": "9c993631-37d6-4a09-a8bc-d396cfc6964e",
            "last_updated": "2023-03-13T18:57:09.397196-04:00",
            "created_at": "2023-03-12T19:26:54.903305-04:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d688a225-7694-4180-92c2-31b770d8a50c/?format=api"
        }
    ]
}