GET /api/bet_types/9e0d1208-4b54-41a2-bead-8d642a7cee0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e0d1208-4b54-41a2-bead-8d642a7cee0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/18387c18-9b26-4286-86e9-b46d21c41ceb/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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 Gladiators",
                "amount": 7447.0
            },
            {
                "team": "Dallas Fuel",
                "amount": 2553.0
            }
        ],
        "expected_reward_tokens": 8935.5,
        "profit_sb": -64.5,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "eab4be8d-b940-4d22-9479-a5ea87ea2d1b",
            "gambit_id": "5b67ef08-99e3-4e5e-8b4d-191e5af70782",
            "last_updated": "2022-08-12T09:57:15.282364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Gladiators",
            "reward": "1.20000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0d1208-4b54-41a2-bead-8d642a7cee0a/?format=api"
        },
        {
            "id": "8a408346-b8f2-4e28-ab6b-1e8598d5d806",
            "gambit_id": "02dcfe46-d054-4ade-bb33-1631c20863f8",
            "last_updated": "2022-08-12T09:57:15.281942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Fuel",
            "reward": "3.50000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0d1208-4b54-41a2-bead-8d642a7cee0a/?format=api"
        }
    ]
}