GET /api/bet_types/91e35f94-4406-41d7-bc8f-9026e50091a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91e35f94-4406-41d7-bc8f-9026e50091a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a246eed-8d35-4707-bff7-f1fd72a347ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T12:18:07.014000-04: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": "CIN",
                "amount": 6232.0
            },
            {
                "team": "MIL",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "b8bcfd81-6a7e-4d8b-90cb-59376100dc89",
            "gambit_id": "31a863a1-796b-4c7e-ba33-d448575773b4",
            "last_updated": "2023-07-10T18:28:24.713373-04:00",
            "created_at": "2023-07-09T12:18:07.016758-04:00",
            "name": "CIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91e35f94-4406-41d7-bc8f-9026e50091a4/?format=api"
        },
        {
            "id": "c3f2941e-d5de-4dc6-81d8-ab5f23bc6c23",
            "gambit_id": "e1bbd4f3-0d6b-4eed-b2f4-f0b46b4fb7bb",
            "last_updated": "2023-07-10T18:28:24.714864-04:00",
            "created_at": "2023-07-09T12:18:07.019552-04:00",
            "name": "MIL",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91e35f94-4406-41d7-bc8f-9026e50091a4/?format=api"
        }
    ]
}