GET /api/bet_types/e402473d-b53e-49c8-be6c-2c19950919cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e402473d-b53e-49c8-be6c-2c19950919cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/797ea9af-5cce-4a6e-9237-685584ced54c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:10.048786-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "82a04bb8-1504-49d7-b5ac-0ede921c9cf6",
            "gambit_id": "89d38576-61a4-4140-9885-0d71732879c1",
            "last_updated": "2024-02-07T01:53:00.152258-05:00",
            "created_at": "2024-02-06T09:08:10.053124-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e402473d-b53e-49c8-be6c-2c19950919cd/?format=api"
        },
        {
            "id": "366c7665-c35d-4e1d-9652-b6130915accc",
            "gambit_id": "f10aac70-69d2-46ec-9d0c-864790d7387f",
            "last_updated": "2024-02-07T01:53:00.159290-05:00",
            "created_at": "2024-02-06T09:08:10.058675-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e402473d-b53e-49c8-be6c-2c19950919cd/?format=api"
        }
    ]
}