GET /api/bet_types/42557949-17c7-44bf-b101-c269b5e52553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42557949-17c7-44bf-b101-c269b5e52553",
    "match": "https://api-prod.gambitprofit.com/api/matches/47a2ef10-a172-456e-ac78-0976bee2c9c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-21T09:03:04.943188-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": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d3304eb-e5c1-484c-94b6-04e8af296286",
            "gambit_id": "bd71f146-d7c0-4c06-8169-123465358b21",
            "last_updated": "2023-11-22T09:43:25.776734-05:00",
            "created_at": "2023-11-21T09:03:04.951304-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42557949-17c7-44bf-b101-c269b5e52553/?format=api"
        },
        {
            "id": "7b1bfed5-63ca-4e4f-95c5-44b1851dfc0f",
            "gambit_id": "e9ebf9b8-b47f-4308-8a40-380a9cd98f1c",
            "last_updated": "2023-11-22T09:43:25.773445-05:00",
            "created_at": "2023-11-21T09:03:04.947171-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42557949-17c7-44bf-b101-c269b5e52553/?format=api"
        }
    ]
}