GET /api/bet_types/55f5bbec-92ec-47df-bc93-1e0a4b71a2bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55f5bbec-92ec-47df-bc93-1e0a4b71a2bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/daabab6e-eaaf-4ff7-b606-7aeba9e5a621/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:57.410018-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9480e2ef-ab8a-440c-b22c-be949308308b",
            "gambit_id": "2f96a25f-d00c-428a-8013-e2efb3d530f5",
            "last_updated": "2023-10-30T15:08:13.954812-04:00",
            "created_at": "2023-10-27T09:07:57.414502-04:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f5bbec-92ec-47df-bc93-1e0a4b71a2bb/?format=api"
        },
        {
            "id": "b3dbfd77-35b2-4518-b413-9fba1b1b23c4",
            "gambit_id": "d02e024c-5166-428f-a54c-a9d39e1bdac6",
            "last_updated": "2023-10-30T15:08:13.968714-04:00",
            "created_at": "2023-10-27T09:07:57.418720-04:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f5bbec-92ec-47df-bc93-1e0a4b71a2bb/?format=api"
        }
    ]
}