GET /api/bet_types/d05277cf-96cc-4786-a6a6-d3e7f88097e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d05277cf-96cc-4786-a6a6-d3e7f88097e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/26aab289-94b3-4df0-b6f1-c6713a1448d4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:22.197364-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": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5972428c-bfd5-4464-b3e4-5f3b96f10c16",
            "gambit_id": "9a6095e1-d9ba-422c-9910-2278c33a4336",
            "last_updated": "2024-02-01T10:38:00.359623-05:00",
            "created_at": "2024-01-31T09:58:22.201671-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05277cf-96cc-4786-a6a6-d3e7f88097e2/?format=api"
        },
        {
            "id": "d2c5d768-084d-476f-a12a-42473acd81ff",
            "gambit_id": "f73764e4-316c-4720-8a49-7872dd16b4b5",
            "last_updated": "2024-02-01T10:38:00.363124-05:00",
            "created_at": "2024-01-31T09:58:22.205866-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05277cf-96cc-4786-a6a6-d3e7f88097e2/?format=api"
        }
    ]
}