GET /api/bet_types/273dc4ad-8922-4ab7-b8cc-bfcaab4df9d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "273dc4ad-8922-4ab7-b8cc-bfcaab4df9d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/893ddd6a-00a0-4ba5-af86-a8e7f61297af/?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": "Carolina Hurricanes",
                "amount": 5208.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fcf7a17-4dda-41dd-ac9b-d2decbb58dd4",
            "gambit_id": "e9c3a464-5507-4788-b4cf-29b0aeea5ce9",
            "last_updated": "2022-11-10T10:04:27.256724-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/273dc4ad-8922-4ab7-b8cc-bfcaab4df9d5/?format=api"
        },
        {
            "id": "9916c960-dc28-4b99-bda9-30f377917d03",
            "gambit_id": "2b2850a1-be53-489f-b415-599408b3d114",
            "last_updated": "2022-11-10T10:04:27.255751-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/273dc4ad-8922-4ab7-b8cc-bfcaab4df9d5/?format=api"
        }
    ]
}