GET /api/bet_types/ed6d0339-c1ca-4f83-b7b4-0c36715183f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed6d0339-c1ca-4f83-b7b4-0c36715183f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a1687a7-4b6f-44ff-b0a0-1ec25c0a122c/?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 Over 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc3be065-b67b-442b-8823-951f8f8e1103",
            "gambit_id": "9ed340ed-ef7e-4ee3-8b6c-9ae3e7503bc9",
            "last_updated": "2022-11-01T09:47:22.625787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed6d0339-c1ca-4f83-b7b4-0c36715183f4/?format=api"
        },
        {
            "id": "f69759ce-e923-4e74-a9b0-b1ec69efb215",
            "gambit_id": "8b8019d3-5a11-4635-ac3f-34868e2f05a5",
            "last_updated": "2022-11-01T09:47:22.624594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed6d0339-c1ca-4f83-b7b4-0c36715183f4/?format=api"
        }
    ]
}