GET /api/bet_types/473cdf71-8eba-41d7-b73f-ff73b4e7aedf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "473cdf71-8eba-41d7-b73f-ff73b4e7aedf",
    "match": "https://api-prod.gambitprofit.com/api/matches/66e172ca-c7a6-4c93-baa2-0b7633025a5e/?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": 5371.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4629.0
            }
        ],
        "expected_reward_tokens": 8701.02,
        "profit_sb": -298.98,
        "profit_sb_percentage": -3.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "72040c44-765a-419e-b891-a9990c4f7d8d",
            "gambit_id": "c4a54852-e6aa-438a-b482-e64962b4e2f8",
            "last_updated": "2022-11-03T10:08:42.010153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/473cdf71-8eba-41d7-b73f-ff73b4e7aedf/?format=api"
        },
        {
            "id": "4643cee0-4a5d-45d2-b69c-1de30124cd66",
            "gambit_id": "667be462-7873-4141-a38b-6579cd1d96ef",
            "last_updated": "2022-11-03T10:08:42.009145-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/473cdf71-8eba-41d7-b73f-ff73b4e7aedf/?format=api"
        }
    ]
}