GET /api/bet_types/639f21ee-e838-4ce0-9ba2-e83a4a4a0780/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "639f21ee-e838-4ce0-9ba2-e83a4a4a0780",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd18529a-4670-4488-9ca0-53bdcbef6e2e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T22:07:04.259332-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8de68cd-992c-4333-b791-0c4ede6f7c05",
            "gambit_id": "38bba635-7051-4afe-aa78-8af77f63539f",
            "last_updated": "2023-04-09T12:32:04.660352-04:00",
            "created_at": "2023-04-04T22:07:04.261083-04:00",
            "name": "Game Total Under 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/639f21ee-e838-4ce0-9ba2-e83a4a4a0780/?format=api"
        },
        {
            "id": "6368d2e3-5836-4f9b-8fa0-b73c1577cc7a",
            "gambit_id": "5288da76-dd61-472a-8567-7a07979ccb78",
            "last_updated": "2023-04-09T12:32:04.663316-04:00",
            "created_at": "2023-04-04T22:07:04.263020-04:00",
            "name": "Game Total Over 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/639f21ee-e838-4ce0-9ba2-e83a4a4a0780/?format=api"
        }
    ]
}