GET /api/bet_types/bda13ca1-1b95-49c5-8844-4e68bedaf5a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bda13ca1-1b95-49c5-8844-4e68bedaf5a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ea4ed0b-5f43-49aa-b3d8-6cd33dc401e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:14.786739-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7411fe3d-6f6f-4a70-ae8b-65b22d07e441",
            "gambit_id": "98ef4655-3160-4133-8be3-7ae7ddbbf98b",
            "last_updated": "2023-10-31T20:08:08.075243-04:00",
            "created_at": "2023-10-30T08:58:14.790960-04:00",
            "name": "Utah Jazz",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda13ca1-1b95-49c5-8844-4e68bedaf5a5/?format=api"
        },
        {
            "id": "c7a74d45-a575-452b-95ef-12a0b3eb12c8",
            "gambit_id": "788af2e5-f060-4ad6-b05a-da53a4b51d20",
            "last_updated": "2023-10-31T20:08:08.078921-04:00",
            "created_at": "2023-10-30T08:58:14.795907-04:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda13ca1-1b95-49c5-8844-4e68bedaf5a5/?format=api"
        }
    ]
}