GET /api/bet_types/2bb316f0-f320-44d2-beed-754c86d23fdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bb316f0-f320-44d2-beed-754c86d23fdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/aabec531-83b3-439d-b6c7-73a02e8c19f1/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "339b04ba-71a9-435e-9942-56ea23832c6a",
            "gambit_id": "600bf679-6cc9-40fd-9e09-d8c23103a5ff",
            "last_updated": "2022-11-17T11:02:56.998981-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb316f0-f320-44d2-beed-754c86d23fdd/?format=api"
        },
        {
            "id": "4c6ebc97-9cb0-4636-8561-3c5cafce0104",
            "gambit_id": "08266989-2b25-43fa-a77a-aebd510b4eff",
            "last_updated": "2022-11-17T11:02:57.000052-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb316f0-f320-44d2-beed-754c86d23fdd/?format=api"
        }
    ]
}