GET /api/bet_types/41196e7f-6c28-440f-991d-cd79b1a0c22f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41196e7f-6c28-440f-991d-cd79b1a0c22f",
    "match": "https://api-prod.gambitprofit.com/api/matches/93717a64-b249-4232-829c-184a474ff030/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7c3118f-59a3-467a-99bc-a3dbfb1b82d6",
            "gambit_id": "0abd053d-efd2-46d1-b7ed-e7e477ffa798",
            "last_updated": "2022-12-17T19:32:20.326837-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41196e7f-6c28-440f-991d-cd79b1a0c22f/?format=api"
        },
        {
            "id": "038df5e8-ab9c-4164-b024-476949e6b3de",
            "gambit_id": "29a2d825-a048-48c5-bea8-1ead11d52294",
            "last_updated": "2022-12-17T19:32:20.327939-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41196e7f-6c28-440f-991d-cd79b1a0c22f/?format=api"
        }
    ]
}