GET /api/bet_types/97c7b101-c8bf-425f-b256-6b47a3b7c89b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97c7b101-c8bf-425f-b256-6b47a3b7c89b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4caff9e6-9944-42eb-90dd-65ea892b8787/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:43:10.662120-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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc1dc7ea-d5a2-4b94-8e78-22cb5348c782",
            "gambit_id": "ad44c0e6-ca69-4783-8c74-5badde6ff798",
            "last_updated": "2024-01-16T15:23:01.718487-05:00",
            "created_at": "2024-01-10T09:43:10.671117-05:00",
            "name": "Detroit Lions",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c7b101-c8bf-425f-b256-6b47a3b7c89b/?format=api"
        },
        {
            "id": "e79df680-d69b-48eb-87fd-ea24cb3acdb5",
            "gambit_id": "e8aecf5e-c782-4ec5-88eb-c211a8518672",
            "last_updated": "2024-01-16T15:23:01.707517-05:00",
            "created_at": "2024-01-10T09:43:10.665830-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c7b101-c8bf-425f-b256-6b47a3b7c89b/?format=api"
        }
    ]
}