GET /api/bet_types/2cfaeb4c-c88b-4eeb-9ab0-7e93b3369f9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cfaeb4c-c88b-4eeb-9ab0-7e93b3369f9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9e9f0e2-48ea-422d-9db4-d357a0f89115/?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": "ARI (M Bumgarner)",
                "amount": 5000.0
            },
            {
                "team": "COL (J Urena)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "46da421d-2243-494a-9c90-694cff4716ee",
            "gambit_id": "1937a101-cf7f-4c78-bd20-6db1d4a5e9a7",
            "last_updated": "2022-09-11T18:32:18.722938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Bumgarner)",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cfaeb4c-c88b-4eeb-9ab0-7e93b3369f9c/?format=api"
        },
        {
            "id": "419f4952-2085-43e1-81b6-e6fd72348ed4",
            "gambit_id": "dfed0f3b-405f-4594-a102-a4e97cb0eb7a",
            "last_updated": "2022-09-11T18:32:18.722009-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (J Urena)",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cfaeb4c-c88b-4eeb-9ab0-7e93b3369f9c/?format=api"
        }
    ]
}