GET /api/bet_types/ef9f62d1-2731-4b79-b4c8-5d25014af59f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef9f62d1-2731-4b79-b4c8-5d25014af59f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eb4bb10-d5f4-429b-8a6e-b5579408a636/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-29T16:26:58.425544-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": "Toronto Maple Leafs",
                "amount": 6984.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "6647d892-95b5-4a9c-8378-10a2177bb2c3",
            "gambit_id": "6954784f-358f-4706-8769-d5245020d622",
            "last_updated": "2023-04-30T15:42:19.536121-04:00",
            "created_at": "2023-04-29T16:26:58.428811-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9f62d1-2731-4b79-b4c8-5d25014af59f/?format=api"
        },
        {
            "id": "1bf3bab5-5de2-4b08-8490-7836c3588c3b",
            "gambit_id": "ad3d10d4-dcd1-4b61-858b-36bc79eadf5c",
            "last_updated": "2023-04-30T15:42:19.534577-04:00",
            "created_at": "2023-04-29T16:26:58.427070-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9f62d1-2731-4b79-b4c8-5d25014af59f/?format=api"
        }
    ]
}