GET /api/bet_types/89554b57-904b-4cb0-b402-638844f507c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89554b57-904b-4cb0-b402-638844f507c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/731bc572-1c39-413e-954b-6248fd02dc61/?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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "d224daba-dbfb-41f6-836c-f7502bee9f41",
            "gambit_id": "bd7424a5-4017-436f-b1a2-7ba884872b64",
            "last_updated": "2022-12-22T10:42:30.306670-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89554b57-904b-4cb0-b402-638844f507c6/?format=api"
        },
        {
            "id": "2fe64514-4748-46df-8ed5-132098d049d0",
            "gambit_id": "c2db6c5c-ddbd-4871-821f-2a4774df5606",
            "last_updated": "2022-12-22T10:42:30.307757-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89554b57-904b-4cb0-b402-638844f507c6/?format=api"
        }
    ]
}