GET /api/bet_types/eb8fc45e-01aa-4f1b-89d1-c8e2ab4f05f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb8fc45e-01aa-4f1b-89d1-c8e2ab4f05f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf263045-18d4-4d0a-8b8e-12e8575f118d/?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": "SEA",
                "amount": 5106.0
            },
            {
                "team": "DET",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "4924fc5c-85fd-4d5c-b91a-e18555c73786",
            "gambit_id": "b79c02a8-77b5-49aa-b4db-a4ff60da0d7a",
            "last_updated": "2022-10-04T13:12:05.689105-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb8fc45e-01aa-4f1b-89d1-c8e2ab4f05f7/?format=api"
        },
        {
            "id": "1e3f4d1f-a820-4e50-9b5d-22c67bc6794c",
            "gambit_id": "e9b3a0fb-6725-4397-a8b9-04c9d74b1a4f",
            "last_updated": "2022-10-04T13:12:05.690331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb8fc45e-01aa-4f1b-89d1-c8e2ab4f05f7/?format=api"
        }
    ]
}