GET /api/bet_types/f5cdfd4f-856b-45a3-a7ef-a7212c455d45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5cdfd4f-856b-45a3-a7ef-a7212c455d45",
    "match": "https://api-prod.gambitprofit.com/api/matches/889c357f-3f3a-4b02-bf22-8282c9f446b4/?format=api",
    "name": "Play the Odds",
    "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": "Wake Forest",
                "amount": 5000.0
            },
            {
                "team": "Syracuse",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "65b754f9-b147-4a2f-8c37-7287f84d14c7",
            "gambit_id": "649bea07-03b1-43c6-9471-b4b5751c1878",
            "last_updated": "2022-11-21T09:48:55.787885-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5cdfd4f-856b-45a3-a7ef-a7212c455d45/?format=api"
        },
        {
            "id": "e904a35e-6aaa-49f2-a95f-5a1461b94a2c",
            "gambit_id": "ebc05b1e-8cdb-441e-8dd9-1668cbece3d6",
            "last_updated": "2022-11-21T09:48:55.788890-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5cdfd4f-856b-45a3-a7ef-a7212c455d45/?format=api"
        }
    ]
}