GET /api/bet_types/d63e9b26-aafe-448d-b9fb-75a2dd27a5c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d63e9b26-aafe-448d-b9fb-75a2dd27a5c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a63d4b1c-d77d-46ed-a7db-f3314333bc3d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-15T09:18:14.306155-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": "Phoenix Suns",
                "amount": 6169.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3831.0
            }
        ],
        "expected_reward_tokens": 9500.26,
        "profit_sb": 0.26,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f28b8a2c-0ac5-461d-9d99-ac613f0371da",
            "gambit_id": "42c2b825-428c-45cb-90c2-edcb5d0d5cfc",
            "last_updated": "2023-11-17T09:28:23.727629-05:00",
            "created_at": "2023-11-15T09:18:14.324837-05:00",
            "name": "Phoenix Suns",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d63e9b26-aafe-448d-b9fb-75a2dd27a5c9/?format=api"
        },
        {
            "id": "77112b91-6b51-4b48-b144-3c9160282296",
            "gambit_id": "eccc426b-f401-4da1-b862-ce8ddd6aded8",
            "last_updated": "2023-11-17T09:28:23.724029-05:00",
            "created_at": "2023-11-15T09:18:14.315669-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d63e9b26-aafe-448d-b9fb-75a2dd27a5c9/?format=api"
        }
    ]
}