GET /api/bet_types/4123849b-b323-4665-9201-05ab2090b209/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4123849b-b323-4665-9201-05ab2090b209",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee9986b0-6b2d-420c-a932-503486003451/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:47.632361-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c512809-56d1-415c-b4f6-491875a352af",
            "gambit_id": "a253648b-5380-4800-8356-2a1caf67aebf",
            "last_updated": "2023-04-01T10:22:14.063692-04:00",
            "created_at": "2023-03-31T09:56:47.634261-04:00",
            "name": "Game Total Under 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4123849b-b323-4665-9201-05ab2090b209/?format=api"
        },
        {
            "id": "3beb3ba5-86f3-435f-ae27-8dcbb296e2a9",
            "gambit_id": "abf6aadf-39a8-4dd4-81e5-c8e24cf8a6cb",
            "last_updated": "2023-04-01T10:22:14.065531-04:00",
            "created_at": "2023-03-31T09:56:47.636218-04:00",
            "name": "Game Total Over 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4123849b-b323-4665-9201-05ab2090b209/?format=api"
        }
    ]
}