GET /api/bet_types/4d787170-adb2-4b56-b4fd-0870a16be08c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d787170-adb2-4b56-b4fd-0870a16be08c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4490cd9e-6928-4abc-b43e-d57d001ece6f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:28.007693-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "01cfe191-e5e4-4fc7-80c4-8fe2d8243eee",
            "gambit_id": "134bc5d5-fe75-45a4-83a7-14001e55264d",
            "last_updated": "2023-04-18T12:12:06.870994-04:00",
            "created_at": "2023-04-16T12:17:28.009929-04:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d787170-adb2-4b56-b4fd-0870a16be08c/?format=api"
        },
        {
            "id": "07eabb1b-d5cb-4975-94a3-012ac6444d60",
            "gambit_id": "1e839691-8ddb-45f5-a984-8dbacc930a23",
            "last_updated": "2023-04-18T12:12:06.873940-04:00",
            "created_at": "2023-04-16T12:17:28.012503-04:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d787170-adb2-4b56-b4fd-0870a16be08c/?format=api"
        }
    ]
}