GET /api/bet_types/75adb87a-21f6-4dfd-ae28-6b3d29048bf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75adb87a-21f6-4dfd-ae28-6b3d29048bf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f00caba5-499f-45e3-8952-9a54f271b2b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:13.788108-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "807735cd-cbd4-4002-8b1c-a7a37b5b92be",
            "gambit_id": "788f89d7-a822-4fcc-8c88-a10d3fab3bf3",
            "last_updated": "2024-01-26T13:28:11.068273-05:00",
            "created_at": "2024-01-24T09:13:13.796532-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75adb87a-21f6-4dfd-ae28-6b3d29048bf8/?format=api"
        },
        {
            "id": "2784f480-ea4e-4e00-8fa0-d45a6ea5d5d1",
            "gambit_id": "b18161f8-1ae1-414b-b8af-0537acc5f64f",
            "last_updated": "2024-01-26T13:28:11.065002-05:00",
            "created_at": "2024-01-24T09:13:13.791911-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75adb87a-21f6-4dfd-ae28-6b3d29048bf8/?format=api"
        }
    ]
}