GET /api/bet_types/6f41995b-24cd-4346-a364-f4709f25b3a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f41995b-24cd-4346-a364-f4709f25b3a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8c8fe29-6411-47ca-93ac-e73a4ed85634/?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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b62b807e-0d20-4dd5-b623-1a44c63b7500",
            "gambit_id": "e05da092-3262-421c-a600-e646024da7bd",
            "last_updated": "2022-12-14T10:22:17.437163-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f41995b-24cd-4346-a364-f4709f25b3a3/?format=api"
        },
        {
            "id": "d6f351af-9c0a-4e37-b24d-cf415d8bf75e",
            "gambit_id": "73a91ec8-f513-4338-89ee-0c7b19e342ec",
            "last_updated": "2022-12-14T10:22:17.438352-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f41995b-24cd-4346-a364-f4709f25b3a3/?format=api"
        }
    ]
}