GET /api/bet_types/5e290605-1cb4-488e-aeb7-0c17e70c3037/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e290605-1cb4-488e-aeb7-0c17e70c3037",
    "match": "https://api-prod.gambitprofit.com/api/matches/d485e656-3c8a-4fc4-bedb-3fe685888227/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-14T09:58:10.793102-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": "Green Bay Packers",
                "amount": 5107.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f9902ce-6a74-4fe2-bc51-60bfadd2c019",
            "gambit_id": "b85fe242-2f06-4fe5-ad15-2e19a6b5229f",
            "last_updated": "2023-09-18T15:43:22.560630-04:00",
            "created_at": "2023-09-14T09:58:10.796864-04:00",
            "name": "Green Bay Packers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e290605-1cb4-488e-aeb7-0c17e70c3037/?format=api"
        },
        {
            "id": "0302e5fd-6630-4d66-9dc1-28db0059d9db",
            "gambit_id": "597af9f3-4f34-4af2-8097-376f0c7d2e81",
            "last_updated": "2023-09-18T15:43:22.566314-04:00",
            "created_at": "2023-09-14T09:58:10.803768-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e290605-1cb4-488e-aeb7-0c17e70c3037/?format=api"
        }
    ]
}