GET /api/bet_types/7c6423e3-1150-471d-8bf2-4037dde1dc1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c6423e3-1150-471d-8bf2-4037dde1dc1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/36bbd430-7a33-4b2c-be78-2a257fabfe5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:23.327252-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": "Houston Rockets",
                "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": "71cdd6e3-6ec0-4ccb-8294-df14a1642245",
            "gambit_id": "4816f5ea-b3d0-47ec-be53-5ef64b8fc627",
            "last_updated": "2024-01-17T22:13:08.442272-05:00",
            "created_at": "2024-01-15T10:23:23.332366-05:00",
            "name": "Houston Rockets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c6423e3-1150-471d-8bf2-4037dde1dc1d/?format=api"
        },
        {
            "id": "9edb83a4-04dc-42ae-a971-b96ebb2902da",
            "gambit_id": "0cbaf9f2-4715-4886-8656-721f91b8b5ec",
            "last_updated": "2024-01-17T22:13:08.445671-05:00",
            "created_at": "2024-01-15T10:23:23.338033-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c6423e3-1150-471d-8bf2-4037dde1dc1d/?format=api"
        }
    ]
}