GET /api/bet_types/862b5980-31fb-46cd-b46a-9cc9df9b3d1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "862b5980-31fb-46cd-b46a-9cc9df9b3d1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e874c092-3748-4e40-9141-669678487872/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:21.910306-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f36209d7-ed35-4a0b-8d73-823d75ce9243",
            "gambit_id": "fcfe5e1a-19bd-4aff-a4d0-57efcb3ed8ec",
            "last_updated": "2023-04-15T15:47:02.550838-04:00",
            "created_at": "2023-04-13T09:32:21.911622-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862b5980-31fb-46cd-b46a-9cc9df9b3d1c/?format=api"
        },
        {
            "id": "8aedd4f6-47c7-4631-b630-1c0a2393dd88",
            "gambit_id": "1cd37dc2-0b88-4963-97fc-e3f0f5b6b857",
            "last_updated": "2023-04-15T15:47:02.552423-04:00",
            "created_at": "2023-04-13T09:32:21.912961-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862b5980-31fb-46cd-b46a-9cc9df9b3d1c/?format=api"
        }
    ]
}