GET /api/bet_types/fa656661-8277-4553-a12c-e41dc0f26cf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa656661-8277-4553-a12c-e41dc0f26cf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfc95238-3aa2-4269-bf55-06d7859bf38f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:58.052849-04: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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "82df398f-f97b-42a0-aeff-ef01e36c398c",
            "gambit_id": "a8bf47ee-36bf-48a6-8f6e-1b51867ee449",
            "last_updated": "2023-10-30T15:08:14.219018-04:00",
            "created_at": "2023-10-27T09:07:58.057835-04:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa656661-8277-4553-a12c-e41dc0f26cf9/?format=api"
        },
        {
            "id": "53bbebc8-ba42-45b3-a229-44272bf3055b",
            "gambit_id": "cb4aa28e-07bd-4bb8-a1a9-4638c1ead86d",
            "last_updated": "2023-10-30T15:08:14.222340-04:00",
            "created_at": "2023-10-27T09:07:58.062706-04:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa656661-8277-4553-a12c-e41dc0f26cf9/?format=api"
        }
    ]
}