GET /api/bet_types/fda4e02e-061b-4dfd-9cbd-c05d69dedee2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fda4e02e-061b-4dfd-9cbd-c05d69dedee2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d9ed971-c02d-4c83-a69f-573825f01dfe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:08:16.317685-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": "Boston Celtics",
                "amount": 8476.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 1524.0
            }
        ],
        "expected_reward_tokens": 9493.12,
        "profit_sb": -6.88,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "6268fbef-082b-4245-be32-5192592439c0",
            "gambit_id": "49c80ebc-c5ec-40fa-97e6-e1b5caa64fec",
            "last_updated": "2023-11-03T10:33:05.385727-04:00",
            "created_at": "2023-11-01T09:08:16.327861-04:00",
            "name": "Boston Celtics",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda4e02e-061b-4dfd-9cbd-c05d69dedee2/?format=api"
        },
        {
            "id": "f888ab37-a10f-444c-8155-c10254cece02",
            "gambit_id": "60d36e60-9bb9-415e-8eb3-3fa306c713f7",
            "last_updated": "2023-11-03T10:33:05.381561-04:00",
            "created_at": "2023-11-01T09:08:16.322319-04:00",
            "name": "Indiana Pacers",
            "reward": "6.23000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda4e02e-061b-4dfd-9cbd-c05d69dedee2/?format=api"
        }
    ]
}