GET /api/bet_types/41096fa4-2f40-47d2-a1f9-d9ae0cb1f904/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41096fa4-2f40-47d2-a1f9-d9ae0cb1f904",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5fa3122-e993-48f2-9d98-d38fb4bfc889/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-15T09:18:15.037553-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": "Cleveland Cavaliers",
                "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": "01cee05e-9c76-41ea-a05c-78a4511e973e",
            "gambit_id": "1dc96d7d-759c-40b1-93b8-fcd7fbe58660",
            "last_updated": "2023-11-17T09:28:24.190979-05:00",
            "created_at": "2023-11-15T09:18:15.042690-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41096fa4-2f40-47d2-a1f9-d9ae0cb1f904/?format=api"
        },
        {
            "id": "d37ce55d-3770-4e0f-9642-e1350203d997",
            "gambit_id": "3b3b51de-f4ee-4d8f-9402-38589a547a4c",
            "last_updated": "2023-11-17T09:28:24.194336-05:00",
            "created_at": "2023-11-15T09:18:15.048805-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41096fa4-2f40-47d2-a1f9-d9ae0cb1f904/?format=api"
        }
    ]
}