GET /api/bet_types/fabd0170-3bc0-4a32-9ff8-fa4c9cf472d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fabd0170-3bc0-4a32-9ff8-fa4c9cf472d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/90d9db43-01d9-44b5-ad4f-79b848a7880e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:57.692440-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "16e5787f-b592-4c33-9662-a8509093defe",
            "gambit_id": "6051664f-cfc6-4cdf-ac65-4beff99c5e07",
            "last_updated": "2023-04-09T11:47:15.832074-04:00",
            "created_at": "2023-04-08T09:01:57.697334-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fabd0170-3bc0-4a32-9ff8-fa4c9cf472d4/?format=api"
        },
        {
            "id": "faaef88b-3643-4ce1-92ae-7150a0d7a1bc",
            "gambit_id": "a627aba9-77c0-438f-864a-c4188f6362df",
            "last_updated": "2023-04-09T11:47:15.830130-04:00",
            "created_at": "2023-04-08T09:01:57.694969-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fabd0170-3bc0-4a32-9ff8-fa4c9cf472d4/?format=api"
        }
    ]
}