GET /api/bet_types/9ffce430-f705-46b8-8ddb-36fbe7a98be0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ffce430-f705-46b8-8ddb-36fbe7a98be0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e65cdead-65d5-483f-b924-5be70a527e6f/?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": "Houston",
                "amount": 5780.0
            },
            {
                "team": "Navy",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1831d7d-6cb7-404c-9832-a0949400cc4d",
            "gambit_id": "1a9ceeb8-9205-498d-bbd3-cad52c49b363",
            "last_updated": "2022-10-23T09:22:14.482788-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffce430-f705-46b8-8ddb-36fbe7a98be0/?format=api"
        },
        {
            "id": "6179ed5a-f0c5-4710-88c9-2dc55ac3f735",
            "gambit_id": "8536c26a-63d5-4f41-82b6-41409b1ab074",
            "last_updated": "2022-10-23T09:22:14.481606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffce430-f705-46b8-8ddb-36fbe7a98be0/?format=api"
        }
    ]
}