GET /api/bet_types/2af8dfa5-bfc5-499f-8d93-6f268e2ef262/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2af8dfa5-bfc5-499f-8d93-6f268e2ef262",
    "match": "https://api-prod.gambitprofit.com/api/matches/df68d2fb-1336-4e43-85f7-4f5801ec096d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T09:31:52.401752-04: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": "Chicago Bulls",
                "amount": 5107.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fca4e1cc-0feb-49b2-9c39-6c8417054ec9",
            "gambit_id": "8e9ce98c-b220-485b-a8fb-16ecbe6a4510",
            "last_updated": "2023-03-18T14:47:06.579915-04:00",
            "created_at": "2023-03-17T09:31:52.402928-04:00",
            "name": "Chicago Bulls",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af8dfa5-bfc5-499f-8d93-6f268e2ef262/?format=api"
        },
        {
            "id": "3b3d1e56-50c2-47c2-ba9a-47010f513312",
            "gambit_id": "71bd5ef0-b0fa-4b4b-87e0-14dd57b766f1",
            "last_updated": "2023-03-18T14:47:06.581350-04:00",
            "created_at": "2023-03-17T09:31:52.404105-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af8dfa5-bfc5-499f-8d93-6f268e2ef262/?format=api"
        }
    ]
}