GET /api/bet_types/799b597a-4e2f-4d1f-9cd5-47e52f8ca3b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "799b597a-4e2f-4d1f-9cd5-47e52f8ca3b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/738ccddc-f28b-487f-a81e-3a846ce4caca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:04.787407-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "729bf3a3-4594-4689-8dec-43d17558a0f9",
            "gambit_id": "055ab131-4795-4760-bb1b-0a453c5a2b6d",
            "last_updated": "2023-11-27T10:03:26.088716-05:00",
            "created_at": "2023-11-24T09:08:04.793818-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799b597a-4e2f-4d1f-9cd5-47e52f8ca3b5/?format=api"
        },
        {
            "id": "6dc7a1d4-a248-4a41-a9df-5b50467e229c",
            "gambit_id": "439fb7ea-ba08-414a-b5fa-91c6fd960a37",
            "last_updated": "2023-11-27T10:03:26.095646-05:00",
            "created_at": "2023-11-24T09:08:04.799694-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799b597a-4e2f-4d1f-9cd5-47e52f8ca3b5/?format=api"
        }
    ]
}