GET /api/bet_types/8ffc3160-a0e0-48de-b300-2d128c66dfde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ffc3160-a0e0-48de-b300-2d128c66dfde",
    "match": "https://api-prod.gambitprofit.com/api/matches/c440826c-367d-40a6-8670-636b8aa3e5f3/?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 2.5",
                "amount": 6011.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 8895.47,
        "profit_sb": -104.53,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "e477d5c7-fca6-446e-ae88-824cd70132ad",
            "gambit_id": "4a1c40d1-25e3-4cb4-a7a6-b4580fe11304",
            "last_updated": "2022-11-02T21:07:11.793646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffc3160-a0e0-48de-b300-2d128c66dfde/?format=api"
        },
        {
            "id": "487c1c63-cca0-45c0-8ce4-b536610521bc",
            "gambit_id": "6b7bc056-709f-42e7-b486-2e99a33c4378",
            "last_updated": "2022-11-02T21:07:11.792597-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffc3160-a0e0-48de-b300-2d128c66dfde/?format=api"
        }
    ]
}