GET /api/bet_types/20fc0f7d-5140-435f-bbaf-239f4f0d06a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20fc0f7d-5140-435f-bbaf-239f4f0d06a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6df3ac98-8b37-4bec-b6f3-68d9287d9f4f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-30T08:58:08.397045-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": "Golden State Warriors",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad8c5681-70b1-4885-9cc7-ff14f9c4e7bd",
            "gambit_id": "a64d89b3-5e25-463e-8742-e58f0a74810a",
            "last_updated": "2024-01-31T21:48:10.996207-05:00",
            "created_at": "2024-01-30T08:58:08.411048-05:00",
            "name": "Golden State Warriors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20fc0f7d-5140-435f-bbaf-239f4f0d06a8/?format=api"
        },
        {
            "id": "9d52870b-30a1-425a-892c-51227ffb9dea",
            "gambit_id": "964fa4dd-07d4-44b0-b214-f287b78fa938",
            "last_updated": "2024-01-31T21:48:10.992534-05:00",
            "created_at": "2024-01-30T08:58:08.402104-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20fc0f7d-5140-435f-bbaf-239f4f0d06a8/?format=api"
        }
    ]
}