GET /api/bet_types/1fa422cd-e967-4415-9b02-6d7c8b6c2b88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa422cd-e967-4415-9b02-6d7c8b6c2b88",
    "match": "https://api-prod.gambitprofit.com/api/matches/33f26ad1-15bc-43bc-b635-cb4f2d3d8888/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:18.847819-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae85f64a-8bb3-466d-b484-5568d42c2311",
            "gambit_id": "40c6c18e-e79e-4770-86d3-a08f9d736769",
            "last_updated": "2023-06-02T13:56:58.086041-04:00",
            "created_at": "2023-05-31T11:47:18.850449-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa422cd-e967-4415-9b02-6d7c8b6c2b88/?format=api"
        },
        {
            "id": "affee433-30ff-46f0-9dde-7adbf2ed91c1",
            "gambit_id": "fb8cfe0e-a547-4d52-be1a-b035f51d920b",
            "last_updated": "2023-06-02T13:56:58.089049-04:00",
            "created_at": "2023-05-31T11:47:18.853250-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa422cd-e967-4415-9b02-6d7c8b6c2b88/?format=api"
        }
    ]
}