GET /api/bet_types/b168ec23-849c-497a-88c6-f7907b3b47ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b168ec23-849c-497a-88c6-f7907b3b47ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/debf28a9-7da1-40a5-8c6c-16c951652afa/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-21T09:33:14.955879-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": "Detroit Red Wings",
                "amount": 6752.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e51af09-7fe4-4c0f-8b12-d8f4d4958082",
            "gambit_id": "0a3794e4-6f2c-47e5-b14d-cb4177255a6d",
            "last_updated": "2024-01-23T18:52:55.982532-05:00",
            "created_at": "2024-01-21T09:33:14.973627-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b168ec23-849c-497a-88c6-f7907b3b47ed/?format=api"
        },
        {
            "id": "2e1442db-2809-4cbc-a28c-6b76443275cc",
            "gambit_id": "b97a7b24-c2c5-428a-b98b-faa6e40febe5",
            "last_updated": "2024-01-23T18:52:55.979142-05:00",
            "created_at": "2024-01-21T09:33:14.962567-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b168ec23-849c-497a-88c6-f7907b3b47ed/?format=api"
        }
    ]
}