GET /api/bet_types/72b4f30c-efa1-45e7-8d6b-f22e1e546e22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72b4f30c-efa1-45e7-8d6b-f22e1e546e22",
    "match": "https://api-prod.gambitprofit.com/api/matches/701477b7-1e52-4c3b-adfe-0be46da9a493/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T16:47:17.930169-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": "Los Angeles Clippers",
                "amount": 6241.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "6438c2fa-c02a-4450-bb95-33232face8f3",
            "gambit_id": "0c240b17-c881-4caa-a41c-c892c8d17ce8",
            "last_updated": "2023-03-20T10:47:10.868319-04:00",
            "created_at": "2023-03-19T16:47:17.932741-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b4f30c-efa1-45e7-8d6b-f22e1e546e22/?format=api"
        },
        {
            "id": "daac4e00-798e-45b6-8ec8-609859e9282c",
            "gambit_id": "fcc0f250-f879-41dd-a197-dd48e89071a2",
            "last_updated": "2023-03-20T10:47:10.866567-04:00",
            "created_at": "2023-03-19T16:47:17.931390-04:00",
            "name": "Portland Trail Blazers",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b4f30c-efa1-45e7-8d6b-f22e1e546e22/?format=api"
        }
    ]
}