GET /api/bet_types/162e242f-2c20-42e0-a5a2-384213e17f41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "162e242f-2c20-42e0-a5a2-384213e17f41",
    "match": "https://api-prod.gambitprofit.com/api/matches/03eaf6fb-5b07-45ca-b865-9c8e468d19ee/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 59",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 59",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "eeafee88-5561-4df3-9bcf-5e12fcbdab33",
            "gambit_id": "e32921c0-c70b-45be-a85f-b5a2499e108d",
            "last_updated": "2022-09-25T21:12:21.021612-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162e242f-2c20-42e0-a5a2-384213e17f41/?format=api"
        },
        {
            "id": "5fa8c3c3-430e-42de-9cd6-3184fafb65d5",
            "gambit_id": "bd663f32-9c05-45a6-93c6-0b6b43d85ef0",
            "last_updated": "2022-09-25T21:12:21.022789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162e242f-2c20-42e0-a5a2-384213e17f41/?format=api"
        }
    ]
}