GET /api/bet_types/e0ba74d3-8b9a-4c10-9529-f3d19fc0b6fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0ba74d3-8b9a-4c10-9529-f3d19fc0b6fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ed6fd9-3909-4b7a-b9ba-bb60547199ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:57.987311-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce6b664e-b607-4786-bee8-ca84dd273f6e",
            "gambit_id": "3360221c-1f86-4af0-9fb1-8103548a7b81",
            "last_updated": "2023-03-08T09:26:59.581552-05:00",
            "created_at": "2023-03-07T09:41:57.990417-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0ba74d3-8b9a-4c10-9529-f3d19fc0b6fb/?format=api"
        },
        {
            "id": "eaae56f0-1a43-4c50-a39e-9f8525e887e9",
            "gambit_id": "cdfce83e-fddb-4132-b84e-d3396e957fcb",
            "last_updated": "2023-03-08T09:26:59.582704-05:00",
            "created_at": "2023-03-07T09:41:57.988562-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0ba74d3-8b9a-4c10-9529-f3d19fc0b6fb/?format=api"
        }
    ]
}