GET /api/bet_types/c9627914-0722-40e5-be36-1b6b2700b347/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9627914-0722-40e5-be36-1b6b2700b347",
    "match": "https://api-prod.gambitprofit.com/api/matches/d39b9d87-bf91-40e9-bd3f-d5bb46ee38f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:10.470107-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ffcb9b2-4c39-416f-841c-f534d9c04981",
            "gambit_id": "89c70ac7-d20a-450f-b355-a3f5cdf4a026",
            "last_updated": "2023-12-04T15:18:26.998100-05:00",
            "created_at": "2023-12-02T08:28:10.479962-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9627914-0722-40e5-be36-1b6b2700b347/?format=api"
        },
        {
            "id": "c5a62b04-614f-4d5b-a4f0-39d3a14ae183",
            "gambit_id": "0dde86a7-0353-4653-a26c-8b2cbac14c23",
            "last_updated": "2023-12-04T15:18:26.995064-05:00",
            "created_at": "2023-12-02T08:28:10.475404-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9627914-0722-40e5-be36-1b6b2700b347/?format=api"
        }
    ]
}