GET /api/bet_types/84d657be-54ac-4806-963e-a32a14cac35a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84d657be-54ac-4806-963e-a32a14cac35a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf629d8a-7016-4c4c-9045-b13f2c2646bb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:01.699825-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 Over 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "998f577e-23ac-4844-9392-38bc99275c0e",
            "gambit_id": "00b882dd-eef9-4819-858d-e24e4d495c11",
            "last_updated": "2023-10-23T13:33:23.710733-04:00",
            "created_at": "2023-10-18T09:13:01.703857-04:00",
            "name": "Game Total Over 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84d657be-54ac-4806-963e-a32a14cac35a/?format=api"
        },
        {
            "id": "87f838ee-885b-4e3a-bdb6-c8b40d8daa35",
            "gambit_id": "5f8a2da3-97bb-4f3d-8ed4-4ea697e541d9",
            "last_updated": "2023-10-23T13:33:23.715995-04:00",
            "created_at": "2023-10-18T09:13:01.708934-04:00",
            "name": "Game Total Under 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84d657be-54ac-4806-963e-a32a14cac35a/?format=api"
        }
    ]
}