GET /api/bet_types/36f33689-763a-4db9-acf8-0f75ec1cbf3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36f33689-763a-4db9-acf8-0f75ec1cbf3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/62ad3039-8696-472f-a491-fc969e7c4161/?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": "Pittsburgh Penguins",
                "amount": 6104.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "235cc140-4917-4a1c-ab9d-d6b3433ebfce",
            "gambit_id": "3002f9ff-8473-4956-814c-e8f13a738c91",
            "last_updated": "2022-10-17T14:27:41.455998-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f33689-763a-4db9-acf8-0f75ec1cbf3e/?format=api"
        },
        {
            "id": "64b8a8b3-7b67-4eee-8971-7b75608a4cc5",
            "gambit_id": "3b0f772c-03d2-467b-82bf-ab0e1fad2ecd",
            "last_updated": "2022-10-17T14:27:41.456963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f33689-763a-4db9-acf8-0f75ec1cbf3e/?format=api"
        }
    ]
}