GET /api/bet_types/c6f8f557-21eb-424f-bea0-9145a70f97ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6f8f557-21eb-424f-bea0-9145a70f97ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd282c91-6f29-4500-b6c8-ea032ab9c37d/?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": "TEX (D Keuchel)",
                "amount": 5228.0
            },
            {
                "team": "DET (ED Rodriguez)",
                "amount": 4772.0
            }
        ],
        "expected_reward_tokens": 9305.4,
        "profit_sb": 305.4,
        "profit_sb_percentage": 3.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "8fc78a70-1a4b-4244-8fdb-2c2d2bae3f0d",
            "gambit_id": "27a46626-5c71-42e2-bdf5-28b26b9ddc15",
            "last_updated": "2022-08-28T11:27:27.106701-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Keuchel)",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f8f557-21eb-424f-bea0-9145a70f97ff/?format=api"
        },
        {
            "id": "1349a9d1-53cf-4cf4-b754-a32abf98b80f",
            "gambit_id": "07a9f524-6f17-4617-91a6-dc38325020f1",
            "last_updated": "2022-08-28T11:27:27.107145-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (ED Rodriguez)",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f8f557-21eb-424f-bea0-9145a70f97ff/?format=api"
        }
    ]
}