GET /api/bet_types/586bd678-9f5c-42ac-8730-5960f4945158/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "586bd678-9f5c-42ac-8730-5960f4945158",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7bb6b74-80d5-4451-8bbc-1ccac5d04002/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-26T07:56:52.494786-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": "Chicago Bulls",
                "amount": 7002.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2998.0
            }
        ],
        "expected_reward_tokens": 9172.62,
        "profit_sb": 172.62,
        "profit_sb_percentage": 1.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "28843eee-abe7-475d-8cd5-5bb530ea80dc",
            "gambit_id": "b6904b82-64a6-4693-aa5e-6b2659a3395f",
            "last_updated": "2022-12-27T10:22:02.629139-05:00",
            "created_at": "2022-12-26T07:56:52.495957-05:00",
            "name": "Chicago Bulls",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/586bd678-9f5c-42ac-8730-5960f4945158/?format=api"
        },
        {
            "id": "3bd61e36-53f0-4585-9c17-04e831046e2c",
            "gambit_id": "6f657e02-a54c-43ed-a335-c3fc76c235a4",
            "last_updated": "2022-12-27T10:22:02.630193-05:00",
            "created_at": "2022-12-26T07:56:52.497226-05:00",
            "name": "Houston Rockets",
            "reward": "3.06000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/586bd678-9f5c-42ac-8730-5960f4945158/?format=api"
        }
    ]
}