GET /api/bet_types/20f831b4-8a4d-4a60-a57c-3d0b0c67fac2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20f831b4-8a4d-4a60-a57c-3d0b0c67fac2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d298e69d-f9ac-43a5-b581-51cee505b838/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:43:00.521152-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 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "79afd0a7-9939-49ed-b228-26737fe84b96",
            "gambit_id": "65a678ed-9efb-4c7b-abad-ff5d5b53468c",
            "last_updated": "2024-01-09T10:28:28.147169-05:00",
            "created_at": "2024-01-04T09:43:00.524980-05:00",
            "name": "Game Total Over 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20f831b4-8a4d-4a60-a57c-3d0b0c67fac2/?format=api"
        },
        {
            "id": "4434cbc5-0d5a-4e9e-8f20-38c2a3980c79",
            "gambit_id": "17565f81-8ae4-4242-9b94-919feeb0dc75",
            "last_updated": "2024-01-09T10:28:28.150430-05:00",
            "created_at": "2024-01-04T09:43:00.529061-05:00",
            "name": "Game Total Under 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20f831b4-8a4d-4a60-a57c-3d0b0c67fac2/?format=api"
        }
    ]
}