GET /api/bet_types/ce6bef28-c7c1-419f-857a-f04b91b57503/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce6bef28-c7c1-419f-857a-f04b91b57503",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca6f77fb-3953-4302-8d16-c4ac1577616b/?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 6",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f249b84-476a-4cfa-9460-f576bdc215ac",
            "gambit_id": "b362908a-624c-42f6-ae32-238a6e889d59",
            "last_updated": "2022-12-03T10:02:37.964529-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce6bef28-c7c1-419f-857a-f04b91b57503/?format=api"
        },
        {
            "id": "732736c5-6bdd-4a44-ba6f-8c38bef9c0cf",
            "gambit_id": "70ead410-1d87-4751-ae86-2ffcefa1671a",
            "last_updated": "2022-12-03T10:02:37.966123-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce6bef28-c7c1-419f-857a-f04b91b57503/?format=api"
        }
    ]
}