GET /api/bet_types/f105a154-bb57-4e32-97dd-3c2fb4d9d606/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f105a154-bb57-4e32-97dd-3c2fb4d9d606",
    "match": "https://api-prod.gambitprofit.com/api/matches/089b2682-ff09-4846-aa3a-5209e8a199a3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-07T11:33:30.145393-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "026b0a00-a089-468c-b1b6-4d343f7e64cc",
            "gambit_id": "62b4a86a-5343-4ff2-9616-72fddb3e9ad2",
            "last_updated": "2023-07-09T09:58:33.385024-04:00",
            "created_at": "2023-07-07T11:33:30.148970-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f105a154-bb57-4e32-97dd-3c2fb4d9d606/?format=api"
        },
        {
            "id": "f601f153-fdac-4477-b06f-691d6c69594b",
            "gambit_id": "35c09b82-4056-44f5-9994-6a3e57c41159",
            "last_updated": "2023-07-09T09:58:33.382638-04:00",
            "created_at": "2023-07-07T11:33:30.147038-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f105a154-bb57-4e32-97dd-3c2fb4d9d606/?format=api"
        }
    ]
}