GET /api/bet_types/9fcd1c2a-1ca3-40aa-81d7-c8c645cfa434/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fcd1c2a-1ca3-40aa-81d7-c8c645cfa434",
    "match": "https://api-prod.gambitprofit.com/api/matches/d368feb5-a10f-4df4-8793-79b22455b2da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:07.047248-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cc7f6be-2fe6-4620-8d2d-9987e9dc60d6",
            "gambit_id": "539edcc7-45ff-4d0c-abf4-066299d6878b",
            "last_updated": "2023-11-15T22:38:06.099500-05:00",
            "created_at": "2023-11-14T09:13:07.055380-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fcd1c2a-1ca3-40aa-81d7-c8c645cfa434/?format=api"
        },
        {
            "id": "d9743922-60cc-4b02-bf72-48cd5aa6b76d",
            "gambit_id": "8dfe2f7c-cd5e-4021-b17a-e676dd9e290f",
            "last_updated": "2023-11-15T22:38:06.094833-05:00",
            "created_at": "2023-11-14T09:13:07.051167-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fcd1c2a-1ca3-40aa-81d7-c8c645cfa434/?format=api"
        }
    ]
}