GET /api/bet_types/ad855e67-a8a1-461f-9d7d-b1b816c71247/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad855e67-a8a1-461f-9d7d-b1b816c71247",
    "match": "https://api-prod.gambitprofit.com/api/matches/d224b913-d902-4a2d-8402-7c630f050d1f/?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": "Flyquest",
                "amount": 5924.0
            },
            {
                "team": "Immortals",
                "amount": 4076.0
            }
        ],
        "expected_reward_tokens": 8885.68,
        "profit_sb": -114.32,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdaeb92b-0d5e-4764-9507-cffa3ce6a5fe",
            "gambit_id": "8c48164e-f550-4960-8e3a-90b1bb45badd",
            "last_updated": "2022-08-15T14:02:18.985561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Flyquest",
            "reward": "1.50000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad855e67-a8a1-461f-9d7d-b1b816c71247/?format=api"
        },
        {
            "id": "a1f1b0b7-3fee-493a-85e3-82ec9594a56f",
            "gambit_id": "a44bc8be-7fd7-4d94-8199-ebcceb9c0ae5",
            "last_updated": "2022-08-15T14:02:18.986035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Immortals",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad855e67-a8a1-461f-9d7d-b1b816c71247/?format=api"
        }
    ]
}