GET /api/bet_types/6bc7c439-6d74-462d-8bdc-77211ea3b8c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bc7c439-6d74-462d-8bdc-77211ea3b8c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd153efb-4c0f-409d-b33b-a6e3ad54b1a9/?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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc5d4fae-75e2-4399-920c-e550f5b17208",
            "gambit_id": "b14aea89-d7ea-4585-a369-43fd375eda22",
            "last_updated": "2022-10-23T19:37:03.670994-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc7c439-6d74-462d-8bdc-77211ea3b8c9/?format=api"
        },
        {
            "id": "231a4aea-e727-466b-88e6-5d5b0123a4a1",
            "gambit_id": "ac857739-92b5-40fb-81e2-fb08ec010d47",
            "last_updated": "2022-10-23T19:37:03.672189-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc7c439-6d74-462d-8bdc-77211ea3b8c9/?format=api"
        }
    ]
}