GET /api/bet_types/fd574751-e9fb-4134-91d6-99aa6daec91d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd574751-e9fb-4134-91d6-99aa6daec91d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0897f186-3cb6-4f86-98c6-4df2eda0a3c8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:06.590090-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": "Minnesota Timberwolves",
                "amount": 5107.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a180658b-063e-4f5b-96c2-97278c00f5a9",
            "gambit_id": "1609b03b-9f93-4513-b2a6-5fa4a0b1cfdf",
            "last_updated": "2023-11-15T22:43:01.762245-05:00",
            "created_at": "2023-11-14T09:13:06.593675-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd574751-e9fb-4134-91d6-99aa6daec91d/?format=api"
        },
        {
            "id": "334f53a0-bbe9-4fe6-878b-b7a37337429e",
            "gambit_id": "1af62f46-eea3-410b-8ea3-3301c397ed8e",
            "last_updated": "2023-11-15T22:43:01.765483-05:00",
            "created_at": "2023-11-14T09:13:06.597712-05:00",
            "name": "Golden State Warriors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd574751-e9fb-4134-91d6-99aa6daec91d/?format=api"
        }
    ]
}