GET /api/bet_types/96e9afdf-70f7-457e-ac4e-3680693cea4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96e9afdf-70f7-457e-ac4e-3680693cea4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb4dbd3b-93d3-4a5c-a0a4-46474b8e39b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-29T11:47:13.832265-04: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": "Vegas Golden Knights",
                "amount": 6812.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffb1f298-2e81-4d94-8019-ae4ef70c61f1",
            "gambit_id": "49695271-a312-415b-b6bc-477dcabaf526",
            "last_updated": "2023-05-30T10:47:21.578831-04:00",
            "created_at": "2023-05-29T11:47:13.834729-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e9afdf-70f7-457e-ac4e-3680693cea4b/?format=api"
        },
        {
            "id": "1328d2d7-cc78-4d8a-87b4-9e1a1020573f",
            "gambit_id": "256d5278-09b7-40bd-8da1-029f9068a4ce",
            "last_updated": "2023-05-30T10:47:21.580856-04:00",
            "created_at": "2023-05-29T11:47:13.837284-04:00",
            "name": "Dallas Stars",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e9afdf-70f7-457e-ac4e-3680693cea4b/?format=api"
        }
    ]
}