GET /api/bet_types/c788f78e-c851-4833-8f4d-ef9f483138dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c788f78e-c851-4833-8f4d-ef9f483138dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/aac9aeda-0088-41f7-9715-3a17c90145f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T08:13:17.224422-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": "DET (S Gipson Long)",
                "amount": 5052.0
            },
            {
                "team": "KAN (C Ragans)",
                "amount": 4948.0
            }
        ],
        "expected_reward_tokens": 9548.28,
        "profit_sb": 48.28,
        "profit_sb_percentage": 0.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "924fc0c2-2b85-4b78-9826-0eda2d347765",
            "gambit_id": "0bd5247a-9fc6-449f-9401-fbab174adab1",
            "last_updated": "2023-09-29T10:18:20.662113-04:00",
            "created_at": "2023-09-28T08:13:17.232869-04:00",
            "name": "DET (S Gipson Long)",
            "reward": "1.89000",
            "odds": "1.93460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c788f78e-c851-4833-8f4d-ef9f483138dd/?format=api"
        },
        {
            "id": "c62fee5b-04e1-4759-9855-d86b5b57b50f",
            "gambit_id": "1903b8e9-5af2-4f65-8c7d-9ef80da919b3",
            "last_updated": "2023-09-29T10:18:20.655390-04:00",
            "created_at": "2023-09-28T08:13:17.228896-04:00",
            "name": "KAN (C Ragans)",
            "reward": "1.93000",
            "odds": "1.97090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c788f78e-c851-4833-8f4d-ef9f483138dd/?format=api"
        }
    ]
}