GET /api/bet_types/68512de5-1056-4bc2-a7a1-78890e3bf952/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68512de5-1056-4bc2-a7a1-78890e3bf952",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ce1aef5-962e-4bfd-ac48-73543cdac43b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-28T12:37:01.457567-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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e2a52b6-9bb0-409b-b914-cafe96549a60",
            "gambit_id": "e486942c-6025-4f52-9014-80a8df617b13",
            "last_updated": "2023-03-01T09:27:11.438277-05:00",
            "created_at": "2023-02-28T12:37:01.460107-05:00",
            "name": "Game Total Over 235",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68512de5-1056-4bc2-a7a1-78890e3bf952/?format=api"
        },
        {
            "id": "ab9289fa-9814-4c4d-af26-ee51101f22cc",
            "gambit_id": "15342099-bedb-451a-93a2-f555254a32b6",
            "last_updated": "2023-03-01T09:27:11.437143-05:00",
            "created_at": "2023-02-28T12:37:01.458818-05:00",
            "name": "Game Total Under 235",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68512de5-1056-4bc2-a7a1-78890e3bf952/?format=api"
        }
    ]
}