GET /api/bet_types/8d41ce31-c6d2-4c3f-b313-f608dcc3d70e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d41ce31-c6d2-4c3f-b313-f608dcc3d70e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2458be2-68fe-45ea-b597-45fe78d779c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:55.956550-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": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9f827ba-1147-4b60-9fd3-8860aeda7f33",
            "gambit_id": "5f34b650-d6cc-48ec-9a2e-d1231e507597",
            "last_updated": "2024-01-05T14:03:02.591995-05:00",
            "created_at": "2024-01-03T09:37:55.964774-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d41ce31-c6d2-4c3f-b313-f608dcc3d70e/?format=api"
        },
        {
            "id": "682c8814-7073-4028-8d40-0cac3b075b90",
            "gambit_id": "9c77bb7f-8ef5-45fd-b15d-b088723f8310",
            "last_updated": "2024-01-05T14:03:02.595804-05:00",
            "created_at": "2024-01-03T09:37:55.975811-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d41ce31-c6d2-4c3f-b313-f608dcc3d70e/?format=api"
        }
    ]
}