GET /api/bet_types/f9523216-2863-4d6b-9c43-3ad1b8a817bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9523216-2863-4d6b-9c43-3ad1b8a817bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/17ad9df8-db90-43aa-a3cd-8db5ace7b859/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:22.499248-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba5ab8dd-b9fe-4c3c-ba36-d96d37b5dda4",
            "gambit_id": "63368a59-6a69-41b9-bda4-36ce4fdef5f5",
            "last_updated": "2023-11-12T11:18:23.300050-05:00",
            "created_at": "2023-11-10T08:23:22.505110-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9523216-2863-4d6b-9c43-3ad1b8a817bf/?format=api"
        },
        {
            "id": "03ee0d06-a920-438e-887b-57ce1a26aab0",
            "gambit_id": "8d98bbb2-5ff2-4d2b-82e2-365a9564c5ab",
            "last_updated": "2023-11-12T11:18:23.303948-05:00",
            "created_at": "2023-11-10T08:23:22.510186-05:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9523216-2863-4d6b-9c43-3ad1b8a817bf/?format=api"
        }
    ]
}